Allow keyboard to wake from screensaver

This commit is contained in:
Christopher Newton
2016-11-19 13:39:43 +01:00
parent 64fb71e958
commit b3ef9ed2d1

View File

@@ -30,8 +30,8 @@
#pragma mark Focus Overrides
- (NSView *)hitTest:(NSPoint)aPoint {return self;}
- (void)keyDown:(NSEvent *)theEvent {return;}
- (void)keyUp:(NSEvent *)theEvent {return;}
//- (void)keyDown:(NSEvent *)theEvent {return;}
//- (void)keyUp:(NSEvent *)theEvent {return;}
- (void)mouseDown:(NSEvent *)theEvent {return;}
- (void)mouseUp:(NSEvent *)theEvent {return;}
- (void)mouseDragged:(NSEvent *)theEvent {return;}