SDL Wiki Bot 2 лет назад
Родитель
Сommit
99f6bcf504
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/README-gdk.md

+ 1 - 1
docs/README-gdk.md

@@ -33,7 +33,7 @@ The Windows GDK port supports the full set of Win32 APIs, renderers, controllers
 * Single-player games have some additional features available:
 * Single-player games have some additional features available:
   * Call `SDL_GDKGetDefaultUser` to get the default XUserHandle pointer.
   * Call `SDL_GDKGetDefaultUser` to get the default XUserHandle pointer.
   * `SDL_GetPrefPath` still works, but only for single-player titles.
   * `SDL_GetPrefPath` still works, but only for single-player titles.
-  
+
   These functions mostly wrap around async APIs, and thus should be treated as synchronous alternatives. Also note that the single-player functions return on any OS errors, so be sure to validate the return values!
   These functions mostly wrap around async APIs, and thus should be treated as synchronous alternatives. Also note that the single-player functions return on any OS errors, so be sure to validate the return values!
 
 
 * What doesn't work:
 * What doesn't work: