Skip to content

Commit

Permalink
Sync category pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed May 3, 2024
1 parent 345ff04 commit 0fc1c7f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 9 additions & 3 deletions SDL3/CategoryAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
- [SDL_AndroidRequestPermission](SDL_AndroidRequestPermission)
- [SDL_AndroidSendMessage](SDL_AndroidSendMessage)
- [SDL_AndroidShowToast](SDL_AndroidShowToast)
- [SDL_AppEvent](SDL_AppEvent)
- [SDL_AppInit](SDL_AppInit)
- [SDL_AppIterate](SDL_AppIterate)
- [SDL_AppQuit](SDL_AppQuit)
- [SDL_arraysize](SDL_arraysize)
- [SDL_asin](SDL_asin)
- [SDL_asinf](SDL_asinf)
Expand Down Expand Up @@ -995,8 +999,8 @@
- [SDL_KeyboardDeviceEvent](SDL_KeyboardDeviceEvent)
- [SDL_KeyboardEvent](SDL_KeyboardEvent)
- [SDL_KeyboardID](SDL_KeyboardID)
- [SDL_KeyCode](SDL_KeyCode)
- [SDL_Keycode](SDL_Keycode)
- [SDL_KeyCode](SDL_KeyCode)
- [SDL_Keymod](SDL_Keymod)
- [SDL_Keysym](SDL_Keysym)
- [SDL_LinuxSetThreadPriority](SDL_LinuxSetThreadPriority)
Expand All @@ -1020,8 +1024,8 @@
- [SDL_LockSurface](SDL_LockSurface)
- [SDL_LockTexture](SDL_LockTexture)
- [SDL_LockTextureToSurface](SDL_LockTextureToSurface)
- [SDL_log](SDL_log)
- [SDL_Log](SDL_Log)
- [SDL_log](SDL_log)
- [SDL_log10](SDL_log10)
- [SDL_log10f](SDL_log10f)
- [SDL_LogCategory](SDL_LogCategory)
Expand All @@ -1042,7 +1046,9 @@
- [SDL_LogWarn](SDL_LogWarn)
- [SDL_lround](SDL_lround)
- [SDL_lroundf](SDL_lroundf)
- [SDL_main](SDL_main)
- [SDL_main_func](SDL_main_func)
- [SDL_MAIN_USE_CALLBACKS](SDL_MAIN_USE_CALLBACKS)
- [SDL_MapRGB](SDL_MapRGB)
- [SDL_MapRGBA](SDL_MapRGBA)
- [SDL_MatrixCoefficients](SDL_MatrixCoefficients)
Expand Down Expand Up @@ -1442,8 +1448,8 @@
- [SDL_UpdateWindowSurfaceRects](SDL_UpdateWindowSurfaceRects)
- [SDL_UpdateYUVTexture](SDL_UpdateYUVTexture)
- [SDL_UserEvent](SDL_UserEvent)
- [SDL_Version](SDL_Version)
- [SDL_VERSION](SDL_VERSION)
- [SDL_Version](SDL_Version)
- [SDL_VERSION_ATLEAST](SDL_VERSION_ATLEAST)
- [SDL_VERSIONNUM](SDL_VERSIONNUM)
- [SDL_Vertex](SDL_Vertex)
Expand Down
5 changes: 5 additions & 0 deletions SDL3/CategoryAPIFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
- [SDL_AndroidRequestPermission](SDL_AndroidRequestPermission)
- [SDL_AndroidSendMessage](SDL_AndroidSendMessage)
- [SDL_AndroidShowToast](SDL_AndroidShowToast)
- [SDL_AppEvent](SDL_AppEvent)
- [SDL_AppInit](SDL_AppInit)
- [SDL_AppIterate](SDL_AppIterate)
- [SDL_AppQuit](SDL_AppQuit)
- [SDL_asin](SDL_asin)
- [SDL_asinf](SDL_asinf)
- [SDL_atan](SDL_atan)
Expand Down Expand Up @@ -627,6 +631,7 @@
- [SDL_LogWarn](SDL_LogWarn)
- [SDL_lround](SDL_lround)
- [SDL_lroundf](SDL_lroundf)
- [SDL_main](SDL_main)
- [SDL_MapRGB](SDL_MapRGB)
- [SDL_MapRGBA](SDL_MapRGBA)
- [SDL_MaximizeWindow](SDL_MaximizeWindow)
Expand Down
1 change: 1 addition & 0 deletions SDL3/CategoryAPIMacro.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
- [SDL_HINT_XINPUT_ENABLED](SDL_HINT_XINPUT_ENABLED)
- [SDL_JOYSTICK_AXIS_MAX](SDL_JOYSTICK_AXIS_MAX)
- [SDL_JOYSTICK_AXIS_MIN](SDL_JOYSTICK_AXIS_MIN)
- [SDL_MAIN_USE_CALLBACKS](SDL_MAIN_USE_CALLBACKS)
- [SDL_MAX_SINT16](SDL_MAX_SINT16)
- [SDL_MAX_SINT32](SDL_MAX_SINT32)
- [SDL_MAX_SINT64](SDL_MAX_SINT64)
Expand Down

0 comments on commit 0fc1c7f

Please sign in to comment.