Merge pull request #48182 from EricEzaM/PR/fix-viewport-not-updating-mouse-pos-on-click
This commit is contained in:
commit
3fea170772
|
@ -1840,6 +1840,7 @@ void Viewport::_gui_input_event(Ref<InputEvent> p_event) {
|
||||||
Control *over = nullptr;
|
Control *over = nullptr;
|
||||||
|
|
||||||
Point2 mpos = mb->get_position();
|
Point2 mpos = mb->get_position();
|
||||||
|
gui.last_mouse_pos = mpos;
|
||||||
if (mb->is_pressed()) {
|
if (mb->is_pressed()) {
|
||||||
Size2 pos = mpos;
|
Size2 pos = mpos;
|
||||||
if (gui.mouse_focus_mask) {
|
if (gui.mouse_focus_mask) {
|
||||||
|
|
Loading…
Reference in New Issue