File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1337,8 +1337,8 @@ void * SDL_Metal_GetLayer(SDL_MetalView view); // Get a pointer to the
13371337#define SDL_PLATFORM_UNIX // A preprocessor macro that is only defined if compiling for a Unix-like system.
13381338#define SDL_PLATFORM_APPLE // A preprocessor macro that is only defined if compiling for Apple platforms.
13391339#define SDL_PLATFORM_TVOS // A preprocessor macro that is only defined if compiling for tvOS.
1340- #define SDL_PLATFORM_VISIONOS // A preprocessor macro that is only defined if compiling for VisionOS .
1341- #define SDL_PLATFORM_IOS // A preprocessor macro that is only defined if compiling for iOS.
1340+ #define SDL_PLATFORM_VISIONOS // A preprocessor macro that is only defined if compiling for visionOS .
1341+ #define SDL_PLATFORM_IOS // A preprocessor macro that is only defined if compiling for iOS or visionOS .
13421342#define SDL_PLATFORM_MACOS // A preprocessor macro that is only defined if compiling for macOS.
13431343#define SDL_PLATFORM_EMSCRIPTEN // A preprocessor macro that is only defined if compiling for Emscripten.
13441344#define SDL_PLATFORM_NETBSD // A preprocessor macro that is only defined if compiling for NetBSD.
Original file line number Diff line number Diff line change @@ -1298,8 +1298,8 @@ void * SDL_Metal_GetLayer(SDL_MetalView view); // Get a pointer to the
12981298#define SDL_PLATFORM_UNIX // A preprocessor macro that is only defined if compiling for a Unix-like system.
12991299#define SDL_PLATFORM_APPLE // A preprocessor macro that is only defined if compiling for Apple platforms.
13001300#define SDL_PLATFORM_TVOS // A preprocessor macro that is only defined if compiling for tvOS.
1301- #define SDL_PLATFORM_VISIONOS // A preprocessor macro that is only defined if compiling for VisionOS .
1302- #define SDL_PLATFORM_IOS // A preprocessor macro that is only defined if compiling for iOS.
1301+ #define SDL_PLATFORM_VISIONOS // A preprocessor macro that is only defined if compiling for visionOS .
1302+ #define SDL_PLATFORM_IOS // A preprocessor macro that is only defined if compiling for iOS or visionOS .
13031303#define SDL_PLATFORM_MACOS // A preprocessor macro that is only defined if compiling for macOS.
13041304#define SDL_PLATFORM_EMSCRIPTEN // A preprocessor macro that is only defined if compiling for Emscripten.
13051305#define SDL_PLATFORM_NETBSD // A preprocessor macro that is only defined if compiling for NetBSD.
Original file line number Diff line number Diff line change 11# SDL_PLATFORM_IOS
22
3- A preprocessor macro that is only defined if compiling for iOS.
3+ A preprocessor macro that is only defined if compiling for iOS or visionOS .
44
55## Header File
66
Original file line number Diff line number Diff line change 11# SDL_PLATFORM_VISIONOS
22
3- A preprocessor macro that is only defined if compiling for VisionOS .
3+ A preprocessor macro that is only defined if compiling for visionOS .
44
55## Header File
66
You can’t perform that action at this time.
0 commit comments