Merge pull request #39 from bendmorris/gamepad

Adding function to detect joystick names on Win/Mac/Linux.
This commit is contained in:
Joshua Granick
2014-03-14 11:10:42 -07:00
4 changed files with 24 additions and 0 deletions

View File

@@ -447,6 +447,8 @@ public:
virtual uint32 getBackgroundMask() { return 0xffffffff; }
virtual const char *getJoystickName(int id) { return NULL; }
Matrix GetFullMatrix(bool inStageScaling);
bool FinishEditOnEnter();