|
@@ -309,6 +309,7 @@ void Window::_event_callback(DisplayServer::WindowEvent p_event) {
|
|
|
case DisplayServer::WINDOW_EVENT_MOUSE_ENTER: {
|
|
|
_propagate_window_notification(this, NOTIFICATION_WM_MOUSE_ENTER);
|
|
|
emit_signal("mouse_entered");
|
|
|
+ DisplayServer::get_singleton()->cursor_set_shape(DisplayServer::CURSOR_ARROW); //restore cursor shape
|
|
|
} break;
|
|
|
case DisplayServer::WINDOW_EVENT_MOUSE_EXIT: {
|
|
|
_propagate_window_notification(this, NOTIFICATION_WM_MOUSE_EXIT);
|