Xbox360 controller support

This commit is contained in:
2014-05-13 00:55:32 +02:00
parent 38482431a1
commit d259811795
16 changed files with 552 additions and 163 deletions
+2
View File
@@ -58,6 +58,8 @@ private:
void BindKey(int keyCode, std::string command, float value);
void BindMouseButton(int button, std::string command);
void BindGamepadAxis(Gamepad::Axis axis, std::string command, float value);
void BindGamepadButton(Gamepad::Button button, std::string command, float value);
};
#endif // GameWorld_h__