diff options
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 08f6884da44..2c04f62d092 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -128,29 +128,14 @@ enum event_kind position. .arg holds a list in the form: (delta-x delta-y). */ - TOUCH_PINCH_EVENT, /* Touch pinch event generated by a + TOUCH_GESTURE_EVENT, /* Touch pinch event generated by a touchpad or touch screen. .modifiers holds the state of any modifier keys. .x and .y contain the mouse position. - .arg holds the pinch delta as a float. */ - TOUCH_ROTATE_EVENT, /* Touch rotate event generated by a - touchpad or touch screen. - .modifiers holds the state of any - modifier keys. - .x and .y contain the mouse - position. - .arg holds the rotation delta as a - float. */ - /* The following four events are touch swipe events generated by a - touchpad or touchscreen. - .modifiers holds the state of any modifier keys. - .x and .y contain the mouse position. */ - TOUCH_SWIPE_UP_EVENT, - TOUCH_SWIPE_DOWN_EVENT, - TOUCH_SWIPE_LEFT_EVENT, - TOUCH_SWIPE_RIGHT_EVENT, + .arg, if non-NULL, holds the delta + as a float. */ #ifdef HAVE_NTGUI LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is generated when HAVE_NTGUI or on Mac OS |