diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/events.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/events.h b/common/events.h index cbd6153e54..134f1ea45b 100644 --- a/common/events.h +++ b/common/events.h @@ -90,7 +90,9 @@ enum EventType { EVENT_JOYAXIS_MOTION = 24, EVENT_JOYBUTTON_DOWN = 25, - EVENT_JOYBUTTON_UP = 26 + EVENT_JOYBUTTON_UP = 26, + + EVENT_CLIPBOARD_UPDATE = 27 }; const int16 JOYAXIS_MIN = -32768; |