swayfx/include/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.h seat_cmd_cursor: utilize mouse button helpers 2019-01-10 11:47:34 -05:00
input-manager.h Verify seat fallback settings on reload 2018-12-30 14:12:36 +01:00
keyboard.h binding: match single-key bindings if no multi-key binding matched 2018-10-29 13:04:19 +00:00
seat.h Implement tiling_drag_threshold 2019-01-02 23:33:33 +01:00