swayfx/sway/input
Brian Ashworth aa1c838f97 seat_cmd_cursor: utilize mouse button helpers
This modifies `seat_cmd_cursor` to utilize `get_mouse_button` when
parsing mouse buttons for the `press` and `release` operations. All x11
buttons, button event names, and button event codes are supported.
For x11 axis buttons, `dispatch_cursor_axis` is used instead of
`dispatch_cursor_button`. However the `press`/`release` state is ignored
and the either axis event is processed. This also removes support for
`left` and `right` in favor of `BTN_LEFT` and `BTN_RIGHT`.
2019-01-10 11:47:34 -05:00
..
cursor.c seat_cmd_cursor: utilize mouse button helpers 2019-01-10 11:47:34 -05:00
input-manager.c stringop.c: rewrite strip_whitespace 2019-01-01 09:01:24 +00:00
keyboard.c keyboard: update repeat timer before execution 2019-01-09 01:07:29 -05:00
seat.c Simplify evdev includes on FreeBSD by relying on up-to-date package 2019-01-09 11:02:05 +00:00