swayfx/include/sway/input
Brian Ashworth 5bf4daf263 Implement tiling_drag_threshold
Implements `tiling_drag_threshold <threshold>` to prevent accidental
dragging of tiling containers. If a container (and all of its
descendants) are unfocused and the tile bar is pressed, a threshold
will be used before actually starting the drag. Once the threshold has
been exceeded, the cursor will change to the grab icon and the operation
will switch from `OP_MOVE_TILING_THRESHOLD` to `OP_MOVE_TILING`.
2019-01-02 23:33:33 +01:00
..
cursor.h hide_cursor: change to a seat subcommand 2018-12-30 14:17:24 +01: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