mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-16 16:44:06 +00:00
Add SDL_IsTV() (#11004)
Moved SDL_IsAndroidTV() out of public API, to match SDL_IsAndroidTablet(). Added SDL_IsTV(), to mirror existing SDL_IsTablet().
This commit is contained in:
@@ -3699,3 +3699,8 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
|
||||
@@
|
||||
- SDL_FALSE
|
||||
+ false
|
||||
@@
|
||||
@@
|
||||
- SDL_IsAndroidTV
|
||||
+ SDL_IsTV
|
||||
(...)
|
||||
|
||||
Reference in New Issue
Block a user