Merge pull request #96811 from Riteo/wl-button-clear
Wayland: Clear button mask on pointer leave
This commit is contained in:
commit
292caed7d3
@ -1395,6 +1395,8 @@ void WaylandThread::_wl_pointer_on_leave(void *data, struct wl_pointer *wl_point
|
|||||||
|
|
||||||
ss->pointed_surface = nullptr;
|
ss->pointed_surface = nullptr;
|
||||||
|
|
||||||
|
ss->pointer_data_buffer.pressed_button_mask.clear();
|
||||||
|
|
||||||
Ref<WindowEventMessage> msg;
|
Ref<WindowEventMessage> msg;
|
||||||
msg.instantiate();
|
msg.instantiate();
|
||||||
msg->event = DisplayServer::WINDOW_EVENT_MOUSE_EXIT;
|
msg->event = DisplayServer::WINDOW_EVENT_MOUSE_EXIT;
|
||||||
|
Loading…
Reference in New Issue
Block a user