mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-11 23:50:18 +01:00
doc: add touchpad gestures state machine diagram
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
This commit is contained in:
parent
38e2a434c5
commit
8aed8b6df6
2 changed files with 12 additions and 0 deletions
3
doc/touchpad-gestures-state-machine.svg
Executable file
3
doc/touchpad-gestures-state-machine.svg
Executable file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 134 KiB |
|
|
@ -46,6 +46,15 @@ enum gesture_event {
|
|||
GESTURE_EVENT_PINCH,
|
||||
};
|
||||
|
||||
/*****************************************
|
||||
* DO NOT EDIT THIS FILE!
|
||||
*
|
||||
* Look at the state diagram in doc/touchpad-gestures-state-machine.svg
|
||||
* (generated with https://draw.io)
|
||||
*
|
||||
* Any changes in this file must be represented in the diagram.
|
||||
*/
|
||||
|
||||
static inline const char*
|
||||
gesture_state_to_str(enum tp_gesture_state state)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue