mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-05 08:31:16 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __ANDROID__
|
||||||
|
return false;
|
||||||
|
#else
|
||||||
return !SDL_GetHintBoolean("SteamDeck", SDL_FALSE);
|
return !SDL_GetHintBoolean("SteamDeck", SDL_FALSE);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool BUTTONGLYPHS_keyboard_is_active(void)
|
bool BUTTONGLYPHS_keyboard_is_active(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user