Merge pull request #39 from bendmorris/gamepad
Adding function to detect joystick names on Win/Mac/Linux.
This commit is contained in:
@@ -447,6 +447,8 @@ public:
|
||||
|
||||
virtual uint32 getBackgroundMask() { return 0xffffffff; }
|
||||
|
||||
virtual const char *getJoystickName(int id) { return NULL; }
|
||||
|
||||
Matrix GetFullMatrix(bool inStageScaling);
|
||||
bool FinishEditOnEnter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user