瀏覽代碼

Note that SDL_PLATFORM_IOS is defined for visionOS

Sam Lantinga 3 周之前
父節點
當前提交
6d60cc65cf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/SDL3/SDL_platform_defines.h

+ 2 - 2
include/SDL3/SDL_platform_defines.h

@@ -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.
  *