More work on Gamepad support

This commit is contained in:
Joshua Granick
2015-03-18 02:58:31 -07:00
parent cfbf3f4a3f
commit ed0ca6f512
11 changed files with 116 additions and 33 deletions

View File

@@ -9,6 +9,7 @@ namespace lime {
public:
static const char* GetDeviceGUID (int id);
static const char* GetDeviceName (int id);
};