mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
(OSX) AppleGameview - going to implement mousecontrols through
GLKView's mouseDown/mouseUp/mouseMoved
This commit is contained in:
parent
f346bedf95
commit
95b1e71d8f
@ -91,6 +91,18 @@ static float g_screen_scale = 1.0f;
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)mouseDown:(NSEvent*)theEvent
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)mouseUp:(NSEvent*)theEvent
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)mouseMoved:(NSEvent *)theEvent
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
#elif defined(IOS) // < iOS Pause menu and lifecycle
|
#elif defined(IOS) // < iOS Pause menu and lifecycle
|
||||||
- (id)init
|
- (id)init
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user