diff options
| author | Jamil Halabi | 2016-07-15 15:31:34 +0800 |
|---|---|---|
| committer | Jamil Halabi | 2016-07-16 01:43:32 +0800 |
| commit | 370ae3512deda40b2659a1192f302298e269305f (patch) | |
| tree | a1850f46fa1817be65981177326417fbdb33f5b0 /core/os/input.h | |
| parent | 4c4ab140b4569f2700517a13b20127eb7542b3ec (diff) | |
| download | godot-370ae3512deda40b2659a1192f302298e269305f.tar.gz godot-370ae3512deda40b2659a1192f302298e269305f.tar.zst godot-370ae3512deda40b2659a1192f302298e269305f.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 d11703470..16bcc0ff9 100644 --- a/core/os/input.h +++ b/core/os/input.h @@ -82,6 +82,7 @@ public: virtual Vector3 get_accelerometer()=0; virtual Vector3 get_magnetometer()=0; + virtual Vector3 get_gyroscope()=0; virtual void action_press(const StringName& p_action)=0; virtual void action_release(const StringName& p_action)=0; |
