Initial Lime Gamepad API
This commit is contained in:
20
project/include/ui/Gamepad.h
Normal file
20
project/include/ui/Gamepad.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef LIME_UI_GAMEPAD_H
|
||||
#define LIME_UI_GAMEPAD_H
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
class Gamepad {
|
||||
|
||||
public:
|
||||
|
||||
static const char* GetDeviceName (int id);
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user