Merge pull request #88343 from Riteo/warped-mouse-float
Handle warped mouse motion as floating point
This commit is contained in:
commit
1069d7b7c6
4 changed files with 10 additions and 10 deletions
|
|
@ -316,7 +316,7 @@ public:
|
|||
BitField<MouseButtonMask> get_mouse_button_mask() const;
|
||||
|
||||
void warp_mouse(const Vector2 &p_position);
|
||||
Point2i warp_mouse_motion(const Ref<InputEventMouseMotion> &p_motion, const Rect2 &p_rect);
|
||||
Point2 warp_mouse_motion(const Ref<InputEventMouseMotion> &p_motion, const Rect2 &p_rect);
|
||||
|
||||
void parse_input_event(const Ref<InputEvent> &p_event);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue