Added gyroscope support to Godot and Android

This commit is contained in:
Jamil Halabi
2016-07-15 15:31:34 +08:00
parent 4c4ab140b4
commit 370ae3512d
12 changed files with 73 additions and 1 deletions

View File

@ -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;