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 8, 2024
1 parent 308054c commit cd59247
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
7 changes: 2 additions & 5 deletions SDL3/CategoryAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@
- [SDL_GamepadType](SDL_GamepadType)
- [SDL_GDKGetDefaultUser](SDL_GDKGetDefaultUser)
- [SDL_GDKGetTaskQueue](SDL_GDKGetTaskQueue)
- [SDL_GDKRunApp](SDL_GDKRunApp)
- [SDL_GDKSuspendComplete](SDL_GDKSuspendComplete)
- [SDL_GetAndroidSDKVersion](SDL_GetAndroidSDKVersion)
- [SDL_GetAssertionHandler](SDL_GetAssertionHandler)
Expand Down Expand Up @@ -1130,6 +1129,7 @@
- [SDL_PenSubtype](SDL_PenSubtype)
- [SDL_PenTipEvent](SDL_PenTipEvent)
- [SDL_PixelFormat](SDL_PixelFormat)
- [SDL_PixelFormatEnum](SDL_PixelFormatEnum)
- [SDL_PlayAudioDevice](SDL_PlayAudioDevice)
- [SDL_PlayHapticRumble](SDL_PlayHapticRumble)
- [SDL_Point](SDL_Point)
Expand Down Expand Up @@ -1436,7 +1436,6 @@
- [SDL_TryLockRWLockForWriting](SDL_TryLockRWLockForWriting)
- [SDL_TryLockSpinlock](SDL_TryLockSpinlock)
- [SDL_TryWaitSemaphore](SDL_TryWaitSemaphore)
- [SDL_UIKitRunApp](SDL_UIKitRunApp)
- [SDL_UnbindAudioStream](SDL_UnbindAudioStream)
- [SDL_UnbindAudioStreams](SDL_UnbindAudioStreams)
- [SDL_UnloadObject](SDL_UnloadObject)
Expand All @@ -1460,8 +1459,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 All @@ -1470,7 +1469,6 @@
- [SDL_Vulkan_CreateSurface](SDL_Vulkan_CreateSurface)
- [SDL_Vulkan_GetInstanceExtensions](SDL_Vulkan_GetInstanceExtensions)
- [SDL_Vulkan_GetVkGetInstanceProcAddr](SDL_Vulkan_GetVkGetInstanceProcAddr)
- [SDL_Vulkan_GetVkInstanceProcAddr](SDL_Vulkan_GetVkInstanceProcAddr)
- [SDL_Vulkan_LoadLibrary](SDL_Vulkan_LoadLibrary)
- [SDL_Vulkan_UnloadLibrary](SDL_Vulkan_UnloadLibrary)
- [SDL_WaitCondition](SDL_WaitCondition)
Expand Down Expand Up @@ -1498,7 +1496,6 @@
- [SDL_WinRT_Path](SDL_WinRT_Path)
- [SDL_WinRTGetDeviceFamily](SDL_WinRTGetDeviceFamily)
- [SDL_WinRTGetFSPath](SDL_WinRTGetFSPath)
- [SDL_WinRTRunApp](SDL_WinRTRunApp)
- [SDL_WriteIO](SDL_WriteIO)
- [SDL_WriteS16BE](SDL_WriteS16BE)
- [SDL_WriteS16LE](SDL_WriteS16LE)
Expand Down
1 change: 1 addition & 0 deletions SDL3/CategoryAPIEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
- [SDL_MouseWheelDirection](SDL_MouseWheelDirection)
- [SDL_PenAxis](SDL_PenAxis)
- [SDL_PenSubtype](SDL_PenSubtype)
- [SDL_PixelFormatEnum](SDL_PixelFormatEnum)
- [SDL_PowerState](SDL_PowerState)
- [SDL_PropertyType](SDL_PropertyType)
- [SDL_RendererFlags](SDL_RendererFlags)
Expand Down
3 changes: 0 additions & 3 deletions SDL3/CategoryDraft.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
- [SDL_HapticRumbleSupported](SDL_HapticRumbleSupported)
- [SDL_HasAVX2](SDL_HasAVX2)
- [SDL_HasScreenKeyboardSupport](SDL_HasScreenKeyboardSupport)
- [SDL_PixelFormatEnum](SDL_PixelFormatEnum)
- [SDL_ReadU8](SDL_ReadU8)
- [SDL_ScancodeAndKeycode](SDL_ScancodeAndKeycode)
- [SDL_SetCursor](SDL_SetCursor)
- [SDL_SetModState](SDL_SetModState)
- [SDL_SetRelativeMouseMode](SDL_SetRelativeMouseMode)
Expand All @@ -67,5 +65,4 @@
- [SDL_WarpMouseGlobal](SDL_WarpMouseGlobal)
- [SDL_WarpMouseInWindow](SDL_WarpMouseInWindow)
- [SDL_WriteU8](SDL_WriteU8)
- [SDLKeycodeLookup](SDLKeycodeLookup)
<!-- END CATEGORY LIST -->
1 change: 0 additions & 1 deletion SDL3/CategoryPixels.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- [SDL_GetRGBA](SDL_GetRGBA)
- [SDL_MapRGB](SDL_MapRGB)
- [SDL_MapRGBA](SDL_MapRGBA)
- [SDL_PixelFormatEnum](SDL_PixelFormatEnum)
- [SDL_SetPaletteColors](SDL_SetPaletteColors)
- [SDL_SetPixelFormatPalette](SDL_SetPixelFormatPalette)
<!-- END CATEGORY LIST -->
1 change: 0 additions & 1 deletion SDL3/CategoryVulkan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!-- BEGIN CATEGORY LIST -->
- [SDL_Vulkan_CreateSurface](SDL_Vulkan_CreateSurface)
- [SDL_Vulkan_GetInstanceExtensions](SDL_Vulkan_GetInstanceExtensions)
- [SDL_Vulkan_GetVkInstanceProcAddr](SDL_Vulkan_GetVkInstanceProcAddr)
- [SDL_Vulkan_LoadLibrary](SDL_Vulkan_LoadLibrary)
- [SDL_Vulkan_UnloadLibrary](SDL_Vulkan_UnloadLibrary)
<!-- END CATEGORY LIST -->

0 comments on commit cd59247

Please sign in to comment.