mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-05 02:39:41 +01:00
Check SteamDeck in keyboard_is_available
This commit is contained in:
parent
a537492d9c
commit
c4db7ca51a
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ bool BUTTONGLYPHS_keyboard_is_available(void)
|
|||
{
|
||||
/* Returns true if it makes sense to show button hints that are only available
|
||||
* on keyboards (like press M to mute), false if we're on a console. */
|
||||
return true;
|
||||
return !SDL_GetHintBoolean("SteamDeck", SDL_FALSE);
|
||||
}
|
||||
|
||||
bool BUTTONGLYPHS_keyboard_is_active(void)
|
||||
|
|
Loading…
Reference in a new issue