mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-20 00:29:06 +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::NAME = "SDL2";
|
||||||
const char* SDL2Manager::SDL2_ID_STRING = "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_JoystickID SDL2Manager::getInstanceId(SDL_GameController* controller) {
|
||||||
SDL_Joystick* joystick = SDL_GameControllerGetJoystick(controller);
|
SDL_Joystick* joystick = SDL_GameControllerGetJoystick(controller);
|
||||||
|
|
Loading…
Reference in a new issue