We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f052a4 + ba097ff commit d86369aCopy full SHA for d86369a
platform/macos/display_server_embedded.mm
@@ -322,6 +322,7 @@
322
323
void DisplayServerEmbedded::warp_mouse(const Point2i &p_position) {
324
_THREAD_SAFE_METHOD_
325
+ Input::get_singleton()->set_mouse_position(p_position);
326
EngineDebugger::get_singleton()->send_message("game_view:warp_mouse", { p_position });
327
}
328
@@ -478,7 +479,7 @@
478
479
case FEATURE_CUSTOM_CURSOR_SHAPE:
480
// case FEATURE_HIDPI:
481
// case FEATURE_ICON:
- case FEATURE_MOUSE:
482
+ // case FEATURE_MOUSE:
483
case FEATURE_MOUSE_WARP:
484
// case FEATURE_NATIVE_DIALOG:
485
// case FEATURE_NATIVE_ICON:
0 commit comments