diff options
-rw-r--r-- | include/touch/touch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h index 25e84850d5bd..e141bf7d725d 100644 --- a/include/touch/touch.h +++ b/include/touch/touch.h @@ -218,6 +218,7 @@ void touch_ui_selection_none(); // thread. typedef enum { DOWN, MOVE, UP} MLOMouseButtonState; +typedef enum { NONE, SHIFT, META } MLOModifiers; typedef int MLOModifierMask; void touch_lo_keyboard_did_hide(); |