iOS port (for desktop_version) (#1137)

This commit is contained in:
leo60228
2024-11-15 20:33:10 -05:00
committed by GitHub
parent 6174d62f6f
commit fa8517a521
13 changed files with 116 additions and 8 deletions

View File

@@ -178,7 +178,7 @@ bool BUTTONGLYPHS_keyboard_is_available(void)
return true;
}
#ifdef __ANDROID__
#if defined(__ANDROID__) || defined(TARGET_OS_IPHONE)
return false;
#else
return !SDL_GetHintBoolean("SteamDeck", SDL_FALSE);