mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Android: Add game specific gc/wii controller settings
This commit is contained in:
parent
f1413dbbf6
commit
5d93a10c60
17 changed files with 704 additions and 282 deletions
|
@ -250,7 +250,7 @@ public:
|
|||
float AxisValue(int padID, ButtonType axis);
|
||||
};
|
||||
|
||||
void Init();
|
||||
void Init(const std::string&);
|
||||
bool GetButtonPressed(int padID, ButtonType button);
|
||||
float GetAxisValue(int padID, ButtonType axis);
|
||||
bool GamepadEvent(const std::string& dev, int button, int action);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue