Default enable touch joystick instead of keyboard

This commit is contained in:
Aaron Culliney 2015-05-23 23:18:58 -07:00
parent 9e9939a3a6
commit 692a6793cb
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ enum {
static bool isAvailable = false; // Were there any OpenGL/memory errors on gltouchjoy initialization?
static bool isEnabled = true; // Does player want touchjoy enabled?
static bool ownsScreen = false; // Does the touchjoy currently own the screen?
static bool ownsScreen = true; // Does the touchjoy currently own the screen?
static float minAlphaWhenOwnsScreen = 0;
static float minAlpha = 0;

View File

@ -39,10 +39,10 @@ HUD_CLASS(GLModelHUDKeyboard,
static bool isAvailable = false; // Were there any OpenGL/memory errors on gltouchkbd initialization?
static bool isEnabled = true; // Does player want touchkbd enabled?
static bool ownsScreen = true; // Does the touchkbd currently own the screen to the exclusion?
static bool ownsScreen = false; // Does the touchkbd currently own the screen to the exclusion?
static bool allowLowercase = false; // show lowercase keyboard
static float minAlphaWhenOwnsScreen = 1/4.f;
static float minAlpha = 1/4.f;
static float minAlpha = 0.f;
static char kbdTemplateUCase[KBD_TEMPLATE_ROWS][KBD_TEMPLATE_COLS+1] = {
"@ @ @ @ @ ",