Merge pull request #94987 from kitbdev/fix-update-mouse-cursor-state-pos
Fix update mouse cursor state wrong mouse position
This commit is contained in:
commit
b6dee96f68
|
@ -810,7 +810,7 @@ void Window::update_mouse_cursor_state() {
|
|||
mm->set_position(pos);
|
||||
mm->set_global_position(xform.xform(pos));
|
||||
mm->set_device(InputEvent::DEVICE_ID_INTERNAL);
|
||||
push_input(mm);
|
||||
push_input(mm, true);
|
||||
}
|
||||
|
||||
void Window::show() {
|
||||
|
|
Loading…
Reference in New Issue