Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hikari9/comfortable-swipe
/ types & classes
Types & classes
3 in github.com/Hikari9/comfortable-swipe
⨍
Functions
30
◇
Types & classes
3
Class
gesture_swipe
* Handles swipe gesture input from libinput debug-events. * Dispatches keyboard commands on swipe using libxdo. */
comfortable-swipe-gesture-swipe.cpp:54
Class
gesture_swipe_xdokey
* Gesture Swipe keyboard-swipe gestures class with xdo. * * Performs a swipe in one of the four cardinal directions: * left, right, up, down. Appli
comfortable-swipe-gesture-swipe-xdokey.cpp:43
Class
gesture_swipe_xdomouse
* Gesture Swipe mouse gestures class with xdo. * * If type is MOUSE_*_CLICK, we apply: * - xdo_mouse_down on begin() * - xdo_mouse_up on end()
comfortable-swipe-gesture-swipe-xdomouse.cpp:65