MCPcopy Create free account

hub / github.com/Hikari9/comfortable-swipe / functions

Functions30 in github.com/Hikari9/comfortable-swipe

↓ 4 callersFunctiongesture_begin_test
tests/test_regex.cpp:44
↓ 4 callersMethodrun
* 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 callersMethodbegin
* Hook on begin of swipe gesture (you can override this). */
comfortable-swipe-gesture-swipe.cpp:102
↓ 1 callersMethodend
* Hook on end of swipe gesture (you can override this). */
comfortable-swipe-gesture-swipe.cpp:122
↓ 1 callersFunctiongesture_begin_should_match_regex
tests/test_regex.cpp:54
↓ 1 callersFunctiongesture_end_should_match_regex
tests/test_regex.cpp:80
↓ 1 callersFunctiongesture_update_should_match_regex
tests/test_regex.cpp:66
↓ 1 callersMethodis_swiping
public check if currently swiping
comfortable-swipe-gesture-swipe.cpp:72
↓ 1 callersMethodupdate
* Hook on update of swipe gesture (you can override this). */
comfortable-swipe-gesture-swipe.cpp:113
Methodbegin
* Hook on begin of swipe gesture. */
comfortable-swipe-gesture-swipe-xdokey.cpp:122
Methodbegin
* Hook on begin of mouse swipe gesture. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:142
Methoddo_keyboard_gesture
* Perform our maske command to xdo. */
comfortable-swipe-gesture-swipe-xdokey.cpp:184
Methoddo_mousedown
* Run mousedown command on a mouse button input. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:124
Methoddo_mouseup
* Run mouseup command on a mouse button output. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:133
Methodend
* Hook on end of swipe gesture. */
comfortable-swipe-gesture-swipe-xdokey.cpp:192
Methodend
* Hook on end of swipe gesture. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:186
Methodgesture_swipe
* Constructs a new fresh swipe gesture container. */
comfortable-swipe-gesture-swipe.cpp:91
Methodgesture_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
Methodgesture_swipe_xdomouse
* Constructs a new mouse gesture, given "mouse3" and "mouse4" configurations. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:93
Methodget_current_mask
comfortable-swipe-gesture-swipe-xdokey.cpp:59
Methodget_previous_gesture
public accessors
comfortable-swipe-gesture-swipe-xdokey.cpp:58
Functionmain
* The main driver program. */
comfortable-swipe-main.cpp:57
Functionmain
tests/test_regex.cpp:31
Functionparse_config
* Registers keys and values from the config file to a map. */
comfortable-swipe-main.cpp:47
Methodparse_mouse_button
* Utility method to parse mouse number from input. * Returns MOUSE_NONE on failure. */
comfortable-swipe-gesture-swipe-xdomouse.cpp:104
Methodupdate
* Hook on update of swipe gesture. */
comfortable-swipe-gesture-swipe-xdokey.cpp:132
Methodupdate
* 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