summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_events.h
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-07-21 10:33:18 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-07-21 10:49:27 +0200
commit5f265d5930588a4a1b065e18a84b25a15b4b1d66 (patch)
tree52680907ce4e6d9521fc7062638d791fe3e96073 /osdep/macosx_events.h
parent03fd2fe61c71ae8ebfca3db246694ae293ce7c30 (diff)
downloadmpv-5f265d5930588a4a1b065e18a84b25a15b4b1d66.tar.bz2
mpv-5f265d5930588a4a1b065e18a84b25a15b4b1d66.tar.xz
cocoa_common: handle keyboard modifiers for mouse events
Diffstat (limited to 'osdep/macosx_events.h')
-rw-r--r--osdep/macosx_events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/macosx_events.h b/osdep/macosx_events.h
index b8162dc125..1adb2e809b 100644
--- a/osdep/macosx_events.h
+++ b/osdep/macosx_events.h
@@ -22,6 +22,7 @@
#include "core/input/keycodes.h"
void cocoa_put_key(int keycode);
+void cocoa_put_key_with_modifiers(int keycode, int modifiers);
void cocoa_check_events(void);
void cocoa_init_apple_remote(void);