mirror of
https://github.com/swaywm/sway.git
synced 2026-02-18 22:05:45 -05:00
Merge 81cecd3b04 into e3c2412565
This commit is contained in:
commit
cc8cfeefdb
12 changed files with 70 additions and 9 deletions
|
|
@ -263,6 +263,7 @@ sway_cmd input_cmd_map_to_region;
|
|||
sway_cmd input_cmd_middle_emulation;
|
||||
sway_cmd input_cmd_natural_scroll;
|
||||
sway_cmd input_cmd_pointer_accel;
|
||||
sway_cmd input_cmd_sensitivity;
|
||||
sway_cmd input_cmd_rotation_angle;
|
||||
sway_cmd input_cmd_scroll_factor;
|
||||
sway_cmd input_cmd_repeat_delay;
|
||||
|
|
|
|||
|
|
@ -158,6 +158,7 @@ struct input_config {
|
|||
int middle_emulation;
|
||||
int natural_scroll;
|
||||
float pointer_accel;
|
||||
float sensitivity;
|
||||
float rotation_angle;
|
||||
float scroll_factor;
|
||||
int repeat_delay;
|
||||
|
|
|
|||
|
|
@ -78,4 +78,6 @@ char *input_device_get_identifier(struct wlr_input_device *device);
|
|||
|
||||
const char *input_device_get_type(struct sway_input_device *device);
|
||||
|
||||
struct sway_input_device *input_sway_device_from_wlr(struct wlr_input_device *device);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue