diff options
| author | fluffrabbit | 2016-05-27 14:29:37 -0300 |
|---|---|---|
| committer | George Marques | 2016-05-27 14:36:55 -0300 |
| commit | 4877b714b3f8b0f0af2bce7a32691fc2202c8acc (patch) | |
| tree | 26df024d25fbbcd11b27a560644273a2599d947c /core/os/input.h | |
| parent | eb7227a20b27e91c6e2adfb1ded738f2dd7e453b (diff) | |
| download | godot-4877b714b3f8b0f0af2bce7a32691fc2202c8acc.tar.gz godot-4877b714b3f8b0f0af2bce7a32691fc2202c8acc.tar.zst godot-4877b714b3f8b0f0af2bce7a32691fc2202c8acc.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 535776f39..46edb30aa 100644 --- a/core/os/input.h +++ b/core/os/input.h @@ -75,6 +75,7 @@ public: virtual void warp_mouse_pos(const Vector2& p_to)=0; virtual Vector3 get_accelerometer()=0; + virtual Vector3 get_magnetometer()=0; virtual void action_press(const StringName& p_action)=0; virtual void action_release(const StringName& p_action)=0; |
