diff options
| author | Pedro J. Estébanez | 2017-03-22 21:18:47 +0100 |
|---|---|---|
| committer | Pedro J. Estébanez | 2017-03-22 21:36:52 +0100 |
| commit | f5004b78d0468641cd03619ecfecb42429621a70 (patch) | |
| tree | 42011a7bf4ab8b602899e9d3dacbc1fdeb21952f /core/os/input.h | |
| parent | 33a2c5def0f55ef67196e35ac3309d3f9b70d967 (diff) | |
| download | godot-f5004b78d0468641cd03619ecfecb42429621a70.tar.gz godot-f5004b78d0468641cd03619ecfecb42429621a70.tar.zst godot-f5004b78d0468641cd03619ecfecb42429621a70.zip | |
Diffstat (limited to 'core/os/input.h')
| -rw-r--r-- | core/os/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/input.h b/core/os/input.h index 2f6359632..3c33c46eb 100644 --- a/core/os/input.h +++ b/core/os/input.h @@ -81,6 +81,7 @@ public: virtual int get_mouse_button_mask() const = 0; virtual void warp_mouse_pos(const Vector2 &p_to) = 0; + virtual Point2i warp_mouse_motion(const InputEventMouseMotion &p_motion, const Rect2 &p_rect) = 0; virtual Vector3 get_gravity() const = 0; virtual Vector3 get_accelerometer() const = 0; |
