Bläddra i källkod

Added a reference to SDL_HINT_KEYCODE_OPTIONS from SDL_Keycode documentation

Sam Lantinga 2 månader sedan
förälder
incheckning
6e63f255b9
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      include/SDL3/SDL_keycode.h

+ 2 - 0
include/SDL3/SDL_keycode.h

@@ -51,6 +51,8 @@
  * unicode code point.
  * unicode code point.
  *
  *
  * \since This datatype is available since SDL 3.2.0.
  * \since This datatype is available since SDL 3.2.0.
+ *
+ * \sa SDL_HINT_KEYCODE_OPTIONS
  */
  */
 typedef Uint32 SDL_Keycode;
 typedef Uint32 SDL_Keycode;