mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(Cocoa) Cleanups
This commit is contained in:
parent
eaf540e563
commit
86c0ffaf39
@ -50,10 +50,7 @@ void *glkitview_init(void);
|
||||
#endif
|
||||
|
||||
#if TARGET_OS_OSX
|
||||
- (void)scrollWheel:(NSEvent *)theEvent {
|
||||
cocoa_input_data_t *apple = (cocoa_input_data_t*)input_driver_get_data();
|
||||
(void)apple;
|
||||
}
|
||||
- (void)scrollWheel:(NSEvent *)theEvent { }
|
||||
#endif
|
||||
|
||||
+ (CocoaView*)get
|
||||
|
Loading…
x
Reference in New Issue
Block a user