doc: add touchpad gestures state machine diagram

Signed-off-by: José Expósito <jose.exposito89@gmail.com>
This commit is contained in:
José Expósito 2021-06-09 08:57:55 +02:00 committed by Peter Hutterer
parent 38e2a434c5
commit 8aed8b6df6
2 changed files with 12 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 134 KiB

View file

@ -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)
{