parent
9e91d4e5cb
commit
811b11c452
|
@ -330,14 +330,15 @@ static Vector2 get_mouse_pos(NSPoint locationInWindow, CGFloat backingScaleFacto
|
|||
//_GodotInputWindowFocus(window, GL_TRUE);
|
||||
//_GodotPlatformSetCursorMode(window, window->cursorMode);
|
||||
|
||||
if (OS_OSX::singleton->get_main_loop()) {
|
||||
get_mouse_pos(
|
||||
[OS_OSX::singleton->window_object mouseLocationOutsideOfEventStream],
|
||||
[OS_OSX::singleton->window_view backingScaleFactor]);
|
||||
OS_OSX::singleton->input->set_mouse_position(Point2(mouse_x, mouse_y));
|
||||
|
||||
if (OS_OSX::singleton->get_main_loop())
|
||||
OS_OSX::singleton->get_main_loop()->notification(MainLoop::NOTIFICATION_WM_FOCUS_IN);
|
||||
}
|
||||
}
|
||||
|
||||
- (void)windowDidResignKey:(NSNotification *)notification {
|
||||
//_GodotInputWindowFocus(window, GL_FALSE);
|
||||
|
|
Loading…
Reference in New Issue