]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.h
* Patch from Basil Achermann to handle esc and space keyboard events in VLCControl...
[vlc] / modules / gui / macosx / controls.h
index a56313d66652307e47629366ba3ec398fc9b6153..f7a190cb60b931925888fcc7805d7a6674637472 100644 (file)
@@ -63,6 +63,7 @@
 - (IBAction)volumeSliderUpdated:(id)sender;
 
 - (IBAction)windowAction:(id)sender;
+- (BOOL)keyEvent:(NSEvent *)o_event;
 
 - (void)setupVarMenuItem:(NSMenuItem *)o_mi
                     target:(vlc_object_t *)p_object