swayfx/sway/commands/input
Brian Ashworth 4e6bd53abf input_cmd_scroll_button: utilize mouse btn helpers
This modifies `input_cmd_scroll_button` to utilize the mouse button
helper `get_mouse_button` when parsing the button. x11 axis buttons are
not supported with this command and `CMD_INVALID` will be returned, but
all other x11 buttons, button event names, and button event codes should
be working
2019-01-10 12:45:52 -05:00
..
accel_profile.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
click_method.c Fix some missing commands in sway-input(5) 2018-10-03 07:50:37 -04:00
drag.c add tap-and-drag setting to sway-input 2018-09-29 11:49:41 +02:00
drag_lock.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
dwt.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
events.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
left_handed.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
map_from_region.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
map_to_output.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
middle_emulation.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
natural_scroll.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
pointer_accel.c Add scroll factor config option. 2018-11-18 13:49:30 -05:00
repeat_delay.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
repeat_rate.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
scroll_button.c input_cmd_scroll_button: utilize mouse btn helpers 2019-01-10 12:45:52 -05:00
scroll_factor.c Add scroll factor config option. 2018-11-18 13:49:30 -05:00
scroll_method.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
tap.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
tap_button_map.c Implement support for input wildcard 2018-09-23 19:56:52 -04:00
xkb_capslock.c Use parse_boolean where possible. 2018-11-10 12:55:06 +00:00
xkb_layout.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
xkb_model.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
xkb_numlock.c Use parse_boolean where possible. 2018-11-10 12:55:06 +00:00
xkb_options.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
xkb_rules.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
xkb_variant.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00