]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* Mac OS X: intercept and respond to user-configured VLC hotkeys, rather
[vlc] / modules / gui / macosx / intf.h
index 30f763d8eb58a231e10844344360ebbc77428848..6eb88e062c52d1df31ebcf08775b6df9cfe2e198 100644 (file)
@@ -44,6 +44,7 @@
 
 - (void)setIntf:(intf_thread_t *)p_intf;
 - (intf_thread_t *)getIntf;
+- (BOOL)hasDefinedShortcutKey:(NSEvent *)o_event;
 
 @end