mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Disable editor on Android (like Steam Deck)
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
945823ca30
commit
9d1d994f57
@@ -159,7 +159,11 @@ bool BUTTONGLYPHS_keyboard_is_available(void)
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef __ANDROID__
|
||||
return false;
|
||||
#else
|
||||
return !SDL_GetHintBoolean("SteamDeck", SDL_FALSE);
|
||||
#endif
|
||||
}
|
||||
|
||||
bool BUTTONGLYPHS_keyboard_is_active(void)
|
||||
|
||||
Reference in New Issue
Block a user