Fix mac build error after ghost cocoa changes.
This commit is contained in:
@@ -1488,6 +1488,7 @@ GHOST_TSuccess GHOST_SystemCocoa::handleMouseEvent(void *eventPtr)
|
||||
}
|
||||
|
||||
case NSMouseMoved:
|
||||
{
|
||||
GHOST_TGrabCursorMode grab_mode = window->getCursorGrabMode();
|
||||
|
||||
/* TODO: CHECK IF THIS IS A TABLET EVENT */
|
||||
@@ -1572,6 +1573,7 @@ GHOST_TSuccess GHOST_SystemCocoa::handleMouseEvent(void *eventPtr)
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case NSScrollWheel:
|
||||
|
Reference in New Issue
Block a user