This commit is contained in:
twinaphex 2020-09-15 19:30:44 +02:00
parent 91205d17f6
commit 9245e3bd6b
2 changed files with 3 additions and 9 deletions

View File

@ -16,14 +16,9 @@
/* Similarly to SDL, we'll respond to key events by doing nothing so we don't beep.
*/
- (void)flagsChanged:(NSEvent *)event {
}
- (void)keyDown:(NSEvent *)event {
}
- (void)keyUp:(NSEvent *)event {
}
- (void)flagsChanged:(NSEvent *)event { }
- (void)keyDown:(NSEvent *)event { }
- (void)keyUp:(NSEvent *)event { }
@end
#endif

View File

@ -57,7 +57,6 @@ typedef enum apple_view_type {
#import <GameController/GameController.h>
#endif
/*********************************************/
/* RAMenuBase */
/* A menu class that displays RAMenuItemBase */