Implement controller gyroscope in SDL
This commit is contained in:
@@ -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);
|
||||
};
|
||||
Reference in New Issue
Block a user