swayfx/include/sway/input
Ryan Dwyer d16845d5f0 Don't send button events to surfaces when dragging or resizing
It turns out sending button events during all seat operations is not
desirable. This patch introduces a new property
`seatop_impl.allows_events` which allows each operation to define
whether button events should be passed to the surface or not.

The `down` seat operation is the only one that supports this. As all the
other seatops don't support it, the calls to seat_pointer_notify_button
prior to starting them have been removed.
2019-03-11 14:55:54 +01:00
..
cursor.h Rebase cursor when a layer surface maps 2019-02-12 22:57:23 +01:00
input-manager.h seat_cmd_cursor: do not create non-existing seat 2019-02-03 14:01:29 -05:00
keyboard.h Move sway-specific functions in common/util.c into sway/ 2019-01-21 12:39:16 -05:00
seat.h Don't send button events to surfaces when dragging or resizing 2019-03-11 14:55:54 +01:00