mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Note that SDL_PLATFORM_IOS is defined for visionOS
This commit is contained in:
parent
0c5655940c
commit
6d60cc65cf
1 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@
|
|||
#if TARGET_OS_VISION
|
||||
|
||||
/**
|
||||
* A preprocessor macro that is only defined if compiling for VisionOS.
|
||||
* A preprocessor macro that is only defined if compiling for visionOS.
|
||||
*
|
||||
* \since This macro is available since SDL 3.2.0.
|
||||
*
|
||||
|
|
@ -202,7 +202,7 @@
|
|||
#if TARGET_OS_IPHONE
|
||||
|
||||
/**
|
||||
* A preprocessor macro that is only defined if compiling for iOS.
|
||||
* A preprocessor macro that is only defined if compiling for iOS or visionOS.
|
||||
*
|
||||
* \since This macro is available since SDL 3.2.0.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue