Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hikari9/comfortable-swipe
/ functions
Functions
30 in github.com/Hikari9/comfortable-swipe
⨍
Functions
30
◇
Types & classes
3
↓ 4 callers
Function
gesture_begin_test
tests/test_regex.cpp:44
↓ 4 callers
Method
run
* Dispatches begin/update/end depending on the regex pattern provided by this * class. Returns true if a gesture begin/update/end was parsed. * * @
comfortable-swipe-gesture-swipe.cpp:132
↓ 1 callers
Method
begin
* Hook on begin of swipe gesture (you can override this). */
comfortable-swipe-gesture-swipe.cpp:102
↓ 1 callers
Method
end
* Hook on end of swipe gesture (you can override this). */
comfortable-swipe-gesture-swipe.cpp:122
↓ 1 callers
Function
gesture_begin_should_match_regex
tests/test_regex.cpp:54
↓ 1 callers
Function
gesture_end_should_match_regex
tests/test_regex.cpp:80
↓ 1 callers
Function
gesture_update_should_match_regex
tests/test_regex.cpp:66
↓ 1 callers
Method
is_swiping
public check if currently swiping
comfortable-swipe-gesture-swipe.cpp:72
↓ 1 callers
Method
update
* Hook on update of swipe gesture (you can override this). */
comfortable-swipe-gesture-swipe.cpp:113
Method
begin
* Hook on begin of swipe gesture. */
comfortable-swipe-gesture-swipe-xdokey.cpp:122
Method
begin
* Hook on begin of mouse swipe gesture. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:142
Method
do_keyboard_gesture
* Perform our maske command to xdo. */
comfortable-swipe-gesture-swipe-xdokey.cpp:184
Method
do_mousedown
* Run mousedown command on a mouse button input. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:124
Method
do_mouseup
* Run mouseup command on a mouse button output. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:133
Method
end
* Hook on end of swipe gesture. */
comfortable-swipe-gesture-swipe-xdokey.cpp:192
Method
end
* Hook on end of swipe gesture. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:186
Method
gesture_swipe
* Constructs a new fresh swipe gesture container. */
comfortable-swipe-gesture-swipe.cpp:91
Method
gesture_swipe_xdokey
* Constructs a new keyboard-based swipe gesture, given configurations * for certain swipe events. Here, we construct our definition based on * the f
comfortable-swipe-gesture-swipe-xdokey.cpp:109
Method
gesture_swipe_xdomouse
* Constructs a new mouse gesture, given "mouse3" and "mouse4" configurations. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:93
Method
get_current_mask
comfortable-swipe-gesture-swipe-xdokey.cpp:59
Method
get_previous_gesture
public accessors
comfortable-swipe-gesture-swipe-xdokey.cpp:58
Function
main
* The main driver program. */
comfortable-swipe-main.cpp:57
Function
main
tests/test_regex.cpp:31
Function
parse_config
* Registers keys and values from the config file to a map. */
comfortable-swipe-main.cpp:47
Method
parse_mouse_button
* Utility method to parse mouse number from input. * Returns MOUSE_NONE on failure. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:104
Method
update
* Hook on update of swipe gesture. */
comfortable-swipe-gesture-swipe-xdokey.cpp:132
Method
update
* Hook on end of mouse swipe gesture. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:160
Method
~gesture_swipe
* Destructs this swipe gesture. */
comfortable-swipe-gesture-swipe.cpp:98
Method
~gesture_swipe_xdokey
* Destructs this keyboard swipe gesture. */
comfortable-swipe-gesture-swipe-xdokey.cpp:118
Method
~gesture_swipe_xdomouse
* Destructs this mouse swipe gesture. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:99