mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:59:14 +12:00
Implement controller gyroscope in SDL
This commit is contained in:
parent
88e0782f71
commit
d208c24c0c
6 changed files with 54 additions and 1 deletions
|
@ -37,4 +37,6 @@ class FrontendSDL {
|
|||
// And so the user can still use the keyboard to control the analog
|
||||
bool keyboardAnalogX = false;
|
||||
bool keyboardAnalogY = false;
|
||||
|
||||
void setupControllerSensors(SDL_GameController* controller);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue