浏览代码

hints: clarify support for comma-separated values for QtWayland orientation that's available since 2.0.22

Signed-off-by: Alibek Omarov <[email protected]>
Alibek Omarov 2 年之前
父节点
当前提交
c395240425
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/SDL_hints.h

+ 2 - 0
include/SDL_hints.h

@@ -1321,6 +1321,8 @@ extern "C" {
  *
  *  This variable can be one of the following values:
  *    "primary" (default), "portrait", "landscape", "inverted-portrait", "inverted-landscape"
+ *
+ *  Since SDL 2.0.22 this variable accepts a comma-separated list of values above.
  */
 #define SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION "SDL_QTWAYLAND_CONTENT_ORIENTATION"