mirror of
https://github.com/swaywm/sway.git
synced 2026-02-12 04:28:25 -05:00
Update ipc-json.c
This commit is contained in:
parent
48c0c0b9d6
commit
3149f533fe
1 changed files with 2 additions and 0 deletions
|
|
@ -1128,6 +1128,8 @@ json_object *ipc_json_describe_input(struct sway_input_device *device) {
|
|||
|
||||
if (device->wlr_device->type == WLR_INPUT_DEVICE_POINTER) {
|
||||
struct input_config *ic = input_device_get_config(device);
|
||||
float scroll_factor = 1.0f;
|
||||
float sensitivity = 1.0f;
|
||||
if (ic != NULL) {
|
||||
if (!isnan(ic->scroll_factor) && ic->scroll_factor != FLT_MIN) {
|
||||
scroll_factor = ic->scroll_factor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue