(OSX) AppleGameview - going to implement mousecontrols through

GLKView's mouseDown/mouseUp/mouseMoved
This commit is contained in:
twinaphex 2013-07-23 22:08:20 +02:00
parent f346bedf95
commit 95b1e71d8f

View File

@ -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
- (id)init
{