diff options
| author | Rémi Verschelde | 2017-01-15 00:08:46 +0100 |
|---|---|---|
| committer | GitHub | 2017-01-15 00:08:46 +0100 |
| commit | d4eb8ec884c0519dc02de4451e249f6f5cca962a (patch) | |
| tree | f0fe3497f7bbba49de5e938000ca463101b6c50c /core/os/input.h | |
| parent | dab73c701a9785be443977a613e57600d1e136c8 (diff) | |
| parent | 5e4dcb3b7f93cfe19a5c12700df5a7c82045f37c (diff) | |
| download | godot-d4eb8ec884c0519dc02de4451e249f6f5cca962a.tar.gz godot-d4eb8ec884c0519dc02de4451e249f6f5cca962a.tar.zst godot-d4eb8ec884c0519dc02de4451e249f6f5cca962a.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 a1b60ba0c..82c7a80d3 100644 --- a/core/os/input.h +++ b/core/os/input.h @@ -82,6 +82,7 @@ public: virtual void warp_mouse_pos(const Vector2& p_to)=0; + virtual Vector3 get_gravity() const=0; virtual Vector3 get_accelerometer() const=0; virtual Vector3 get_magnetometer() const=0; virtual Vector3 get_gyroscope() const=0; |
