mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 14:12:26 +02:00
Merge pull request #13313 from dback2/gamepadEnabled
Enable gamepad by default
This commit is contained in:
commit
287fd67e67
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ static_assert(
|
|||
const char* SDL2Manager::NAME = "SDL2";
|
||||
const char* SDL2Manager::SDL2_ID_STRING = "SDL2";
|
||||
|
||||
const bool DEFAULT_ENABLED = false;
|
||||
const bool DEFAULT_ENABLED = true;
|
||||
|
||||
SDL_JoystickID SDL2Manager::getInstanceId(SDL_GameController* controller) {
|
||||
SDL_Joystick* joystick = SDL_GameControllerGetJoystick(controller);
|
||||
|
|
Loading…
Reference in a new issue