├── .github ├── CMakeLists.txt ├── extract_example.py └── workflows │ └── main.yml ├── SDL2 ├── APIByCategory.mediawiki ├── APIContributionStyleGuide.mediawiki ├── Android.mediawiki ├── Articles.mediawiki ├── Books.mediawiki ├── CategoryAPI.md ├── CategoryAPICategory.md ├── CategoryAPIDatatype.md ├── CategoryAPIEnum.md ├── CategoryAPIEnumerators.md ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── CategoryAPIStruct.md ├── CategoryAssert.md ├── CategoryAtomic.md ├── CategoryAudio.md ├── CategoryBits.md ├── CategoryBlendmode.md ├── CategoryCPUInfo.md ├── CategoryClipboard.md ├── CategoryEndian.md ├── CategoryError.md ├── CategoryEvents.md ├── CategoryFilesystem.md ├── CategoryGUID.md ├── CategoryGameController.md ├── CategoryGesture.md ├── CategoryHIDAPI.md ├── CategoryHaptic.md ├── CategoryHints.md ├── CategoryIO.md ├── CategoryInit.md ├── CategoryJoystick.md ├── CategoryKeyboard.md ├── CategoryKeycode.md ├── CategoryLoadSO.md ├── CategoryLocale.md ├── CategoryLog.md ├── CategoryMain.md ├── CategoryMessagebox.md ├── CategoryMetal.md ├── CategoryMisc.md ├── CategoryMouse.md ├── CategoryMutex.md ├── CategoryPixels.md ├── CategoryPlatform.md ├── CategoryPower.md ├── CategoryQuit.md ├── CategoryRWOPS.md ├── CategoryRect.md ├── CategoryRender.md ├── CategorySYSWM.md ├── CategoryScancode.md ├── CategorySensor.md ├── CategoryShape.md ├── CategoryStdInc.md ├── CategorySurface.md ├── CategorySystem.md ├── CategoryThread.md ├── CategoryTimer.md ├── CategoryTouch.md ├── CategoryVersion.md ├── CategoryVideo.md ├── CategoryVulkan.md ├── FAQDevelopment.mediawiki ├── FAQGeneral.mediawiki ├── FAQLicensing.mediawiki ├── FAQLinux.mediawiki ├── FAQMacOSX.mediawiki ├── FAQUsingSDL.mediawiki ├── FAQWindows.mediawiki ├── FAQiOS.mediawiki ├── FAQs.mediawiki ├── FrontPage.mediawiki ├── GuiaDeMigracion.mediawiki ├── Installation.mediawiki ├── Introduction.mediawiki ├── KMOD_ALT.md ├── KMOD_CAPS.md ├── KMOD_CTRL.md ├── KMOD_GUI.md ├── KMOD_LALT.md ├── KMOD_LCTRL.md ├── KMOD_LGUI.md ├── KMOD_LSHIFT.md ├── KMOD_MODE.md ├── KMOD_NONE.md ├── KMOD_NUM.md ├── KMOD_RALT.md ├── KMOD_RCTRL.md ├── KMOD_RESERVED.md ├── KMOD_RGUI.md ├── KMOD_RSHIFT.md ├── KMOD_SCROLL.md ├── KMOD_SHIFT.md ├── Libraries.mediawiki ├── MigrationGuide.md ├── README-android.md ├── README-cmake.md ├── README-directfb.md ├── README-dynapi.md ├── README-emscripten.md ├── README-gdk.md ├── README-gesture.md ├── README-git.md ├── README-hg.md ├── README-ios.md ├── README-kmsbsd.md ├── README-linux.md ├── README-macos.md ├── README-n3ds.md ├── README-nacl.md ├── README-ngage.md ├── README-os2.md ├── README-pandora.md ├── README-platforms.md ├── README-porting.md ├── README-ps2.md ├── README-psp.md ├── README-raspberrypi.md ├── README-riscos.md ├── README-touch.md ├── README-versions.md ├── README-visualc.md ├── README-vita.md ├── README-wince.md ├── README-windows.md ├── README-winrt.md ├── README │ ├── FrontPage.md │ ├── android.md │ ├── cmake.md │ ├── directfb.md │ ├── dynapi.md │ ├── emscripten.md │ ├── gdk.md │ ├── gesture.md │ ├── git.md │ ├── hg.md │ ├── ios.md │ ├── kmsbsd.md │ ├── linux.md │ ├── macos.md │ ├── n3ds.md │ ├── nacl.md │ ├── ngage.md │ ├── os2.md │ ├── pandora.md │ ├── platforms.md │ ├── porting.md │ ├── ps2.md │ ├── psp.md │ ├── raspberrypi.md │ ├── riscos.md │ ├── touch.md │ ├── versions.md │ ├── visualc.md │ ├── vita.md │ ├── wince.md │ ├── windows.md │ └── winrt.md ├── READMEs.md ├── Roadmap.md ├── SDL-gsoc2010_IME.mediawiki ├── SDL-gsoc2010_android.mediawiki ├── SDL-gsoc2010_gesture.mediawiki ├── SDL-gsoc2010_shaped_windows.mediawiki ├── SDL-gsoc2010_xrender.mediawiki ├── SDL1.2Tutorials.mediawiki ├── SDLK_SCANCODE_MASK.md ├── SDLKeycodeLookup.mediawiki ├── SDLScancodeLookup.mediawiki ├── SDL_ANDROID_EXTERNAL_STORAGE_READ.md ├── SDL_AUDIOCVT_MAX_FILTERS.md ├── SDL_AUDIODEVICEADDED.md ├── SDL_AUDIODEVICEREMOVED.md ├── SDL_AddEventWatch.md ├── SDL_AddHintCallback.md ├── SDL_AddTimer.md ├── SDL_AllocFormat.md ├── SDL_AllocPalette.md ├── SDL_AllocRW.md ├── SDL_AndroidBackButton.md ├── SDL_AndroidGetActivity.md ├── SDL_AndroidGetExternalStoragePath.md ├── SDL_AndroidGetExternalStorageState.md ├── SDL_AndroidGetInternalStoragePath.md ├── SDL_AndroidGetJNIEnv.md ├── SDL_AndroidRequestPermission.md ├── SDL_AndroidSendMessage.md ├── SDL_AndroidShowToast.md ├── SDL_AssertState.mediawiki ├── SDL_AssertionHandler.md ├── SDL_AtomicAdd.md ├── SDL_AtomicCAS.md ├── SDL_AtomicCASPtr.md ├── SDL_AtomicGet.md ├── SDL_AtomicGetPtr.md ├── SDL_AtomicLock.md ├── SDL_AtomicSet.md ├── SDL_AtomicSetPtr.md ├── SDL_AtomicTryLock.md ├── SDL_AtomicUnlock.md ├── SDL_AudioCVT.mediawiki ├── SDL_AudioCallback.md ├── SDL_AudioDeviceEvent.md ├── SDL_AudioDeviceID.md ├── SDL_AudioFormat.md ├── SDL_AudioInit.md ├── SDL_AudioQuit.md ├── SDL_AudioSpec.md ├── SDL_AudioStatus.mediawiki ├── SDL_AudioStream.mediawiki ├── SDL_AudioStreamAvailable.md ├── SDL_AudioStreamClear.md ├── SDL_AudioStreamFlush.md ├── SDL_AudioStreamGet.md ├── SDL_AudioStreamPut.md ├── SDL_BLENDFACTOR_DST_ALPHA.md ├── SDL_BLENDFACTOR_DST_COLOR.md ├── SDL_BLENDFACTOR_ONE.md ├── SDL_BLENDFACTOR_ONE_MINUS_DST_ALPHA.md ├── SDL_BLENDFACTOR_ONE_MINUS_DST_COLOR.md ├── SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA.md ├── SDL_BLENDFACTOR_ONE_MINUS_SRC_COLOR.md ├── SDL_BLENDFACTOR_SRC_ALPHA.md ├── SDL_BLENDFACTOR_SRC_COLOR.md ├── SDL_BLENDFACTOR_ZERO.md ├── SDL_BLENDMODE_INVALID.md ├── SDL_BLENDOPERATION_ADD.md ├── SDL_BLENDOPERATION_MAXIMUM.md ├── SDL_BLENDOPERATION_MINIMUM.md ├── SDL_BLENDOPERATION_REV_SUBTRACT.md ├── SDL_BLENDOPERATION_SUBTRACT.md ├── SDL_BUTTON.md ├── SDL_BlendFactor.md ├── SDL_BlendMode.md ├── SDL_BlendOperation.md ├── SDL_BlitScaled.md ├── SDL_BlitSurface.md ├── SDL_BuildAudioCVT.md ├── SDL_CLIPBOARDUPDATE.md ├── SDL_COMPILEDVERSION.md ├── SDL_CONTROLLERAXISMOTION.md ├── SDL_CONTROLLERBUTTONDOWN.md ├── SDL_CONTROLLERBUTTONUP.md ├── SDL_CONTROLLERDEVICEADDED.md ├── SDL_CONTROLLERDEVICEREMAPPED.md ├── SDL_CONTROLLERDEVICEREMOVED.md ├── SDL_CONTROLLERSENSORUPDATE.md ├── SDL_CONTROLLERSTEAMHANDLEUPDATED.md ├── SDL_CONTROLLERTOUCHPADDOWN.md ├── SDL_CONTROLLERTOUCHPADMOTION.md ├── SDL_CONTROLLERTOUCHPADUP.md ├── SDL_CONTROLLERUPDATECOMPLETE_RESERVED_FOR_SDL3.md ├── SDL_CONTROLLER_AXIS_INVALID.md ├── SDL_CONTROLLER_AXIS_LEFTX.md ├── SDL_CONTROLLER_AXIS_LEFTY.md ├── SDL_CONTROLLER_AXIS_MAX.md ├── SDL_CONTROLLER_AXIS_RIGHTX.md ├── SDL_CONTROLLER_AXIS_RIGHTY.md ├── SDL_CONTROLLER_AXIS_TRIGGERLEFT.md ├── SDL_CONTROLLER_AXIS_TRIGGERRIGHT.md ├── SDL_CONTROLLER_BUTTON_A.md ├── SDL_CONTROLLER_BUTTON_B.md ├── SDL_CONTROLLER_BUTTON_BACK.md ├── SDL_CONTROLLER_BUTTON_DPAD_DOWN.md ├── SDL_CONTROLLER_BUTTON_DPAD_LEFT.md ├── SDL_CONTROLLER_BUTTON_DPAD_RIGHT.md ├── SDL_CONTROLLER_BUTTON_DPAD_UP.md ├── SDL_CONTROLLER_BUTTON_GUIDE.md ├── SDL_CONTROLLER_BUTTON_INVALID.md ├── SDL_CONTROLLER_BUTTON_LEFTSHOULDER.md ├── SDL_CONTROLLER_BUTTON_LEFTSTICK.md ├── SDL_CONTROLLER_BUTTON_MAX.md ├── SDL_CONTROLLER_BUTTON_MISC1.md ├── SDL_CONTROLLER_BUTTON_PADDLE1.md ├── SDL_CONTROLLER_BUTTON_PADDLE2.md ├── SDL_CONTROLLER_BUTTON_PADDLE3.md ├── SDL_CONTROLLER_BUTTON_PADDLE4.md ├── SDL_CONTROLLER_BUTTON_RIGHTSHOULDER.md ├── SDL_CONTROLLER_BUTTON_RIGHTSTICK.md ├── SDL_CONTROLLER_BUTTON_START.md ├── SDL_CONTROLLER_BUTTON_TOUCHPAD.md ├── SDL_CONTROLLER_BUTTON_X.md ├── SDL_CONTROLLER_BUTTON_Y.md ├── SDL_CalculateGammaRamp.md ├── SDL_CaptureMouse.md ├── SDL_ClearComposition.md ├── SDL_ClearError.md ├── SDL_ClearHints.md ├── SDL_ClearQueuedAudio.md ├── SDL_CloseAudio.md ├── SDL_CloseAudioDevice.md ├── SDL_Color.md ├── SDL_Colour.mediawiki ├── SDL_CommonEvent.md ├── SDL_CompilerBarrier.mediawiki ├── SDL_ComposeCustomBlendMode.md ├── SDL_CondBroadcast.md ├── SDL_CondSignal.md ├── SDL_CondWait.md ├── SDL_CondWaitTimeout.md ├── SDL_ControllerAxisEvent.md ├── SDL_ControllerButtonEvent.md ├── SDL_ControllerDeviceEvent.md ├── SDL_ControllerSensorEvent.md ├── SDL_ControllerTouchpadEvent.md ├── SDL_ConvertAudio.md ├── SDL_ConvertPixels.md ├── SDL_ConvertSurface.md ├── SDL_ConvertSurfaceFormat.md ├── SDL_CreateColorCursor.md ├── SDL_CreateCond.md ├── SDL_CreateCursor.md ├── SDL_CreateMutex.md ├── SDL_CreateRGBSurface.md ├── SDL_CreateRGBSurfaceFrom.md ├── SDL_CreateRGBSurfaceWithFormat.md ├── SDL_CreateRGBSurfaceWithFormatFrom.md ├── SDL_CreateRenderer.md ├── SDL_CreateSemaphore.md ├── SDL_CreateShapedWindow.md ├── SDL_CreateSoftwareRenderer.md ├── SDL_CreateSystemCursor.md ├── SDL_CreateTexture.md ├── SDL_CreateTextureFromSurface.md ├── SDL_CreateThread.md ├── SDL_CreateThreadWithStackSize.md ├── SDL_CreateWindow.md ├── SDL_CreateWindowAndRenderer.md ├── SDL_CreateWindowFrom.md ├── SDL_DISPLAYEVENT.md ├── SDL_DISPLAYEVENT_CONNECTED.md ├── SDL_DISPLAYEVENT_DISCONNECTED.md ├── SDL_DISPLAYEVENT_MOVED.md ├── SDL_DISPLAYEVENT_NONE.md ├── SDL_DISPLAYEVENT_ORIENTATION.md ├── SDL_DOLLARGESTURE.md ├── SDL_DOLLARRECORD.md ├── SDL_DROPBEGIN.md ├── SDL_DROPCOMPLETE.md ├── SDL_DROPFILE.md ├── SDL_DROPTEXT.md ├── SDL_DXGIGetOutputInfo.md ├── SDL_DelEventWatch.md ├── SDL_DelHintCallback.md ├── SDL_Delay.md ├── SDL_DequeueAudio.md ├── SDL_DestroyCond.md ├── SDL_DestroyMutex.md ├── SDL_DestroyRenderer.md ├── SDL_DestroySemaphore.md ├── SDL_DestroyTexture.md ├── SDL_DestroyWindow.md ├── SDL_DestroyWindowSurface.md ├── SDL_DetachThread.md ├── SDL_Direct3D9GetAdapterIndex.md ├── SDL_DisableScreenSaver.md ├── SDL_DisplayEvent.md ├── SDL_DisplayEventID.md ├── SDL_DisplayMode.md ├── SDL_DisplayOrientation.md ├── SDL_DollarGestureEvent.md ├── SDL_DropEvent.md ├── SDL_EnableScreenSaver.md ├── SDL_EncloseFPoints.md ├── SDL_EnclosePoints.md ├── SDL_Event.md ├── SDL_EventFilter.md ├── SDL_EventState.md ├── SDL_EventType.md ├── SDL_FINGERDOWN.md ├── SDL_FINGERMOTION.md ├── SDL_FINGERUP.md ├── SDL_FIRSTEVENT.md ├── SDL_FLASH_BRIEFLY.md ├── SDL_FLASH_CANCEL.md ├── SDL_FLASH_UNTIL_FOCUSED.md ├── SDL_FLIP_HORIZONTAL.md ├── SDL_FLIP_NONE.md ├── SDL_FLIP_VERTICAL.md ├── SDL_FPoint.md ├── SDL_FRect.md ├── SDL_FRectEmpty.md ├── SDL_FRectEquals.md ├── SDL_FRectEqualsEpsilon.md ├── SDL_FillRect.md ├── SDL_FillRects.md ├── SDL_FilterEvents.md ├── SDL_Finger.mediawiki ├── SDL_FlashOperation.md ├── SDL_FlashWindow.md ├── SDL_FlushEvent.md ├── SDL_FlushEvents.md ├── SDL_FreeAudioStream.md ├── SDL_FreeCursor.md ├── SDL_FreeFormat.md ├── SDL_FreePalette.md ├── SDL_FreeRW.md ├── SDL_FreeSurface.md ├── SDL_FreeWAV.md ├── SDL_GDKGetDefaultUser.md ├── SDL_GDKGetTaskQueue.md ├── SDL_GDKRunApp.md ├── SDL_GDKSuspendComplete.md ├── SDL_GLContext.md ├── SDL_GL_ACCELERATED_VISUAL.md ├── SDL_GL_ACCUM_ALPHA_SIZE.md ├── SDL_GL_ACCUM_BLUE_SIZE.md ├── SDL_GL_ACCUM_GREEN_SIZE.md ├── SDL_GL_ACCUM_RED_SIZE.md ├── SDL_GL_ALPHA_SIZE.md ├── SDL_GL_BLUE_SIZE.md ├── SDL_GL_BUFFER_SIZE.md ├── SDL_GL_BindTexture.md ├── SDL_GL_CONTEXT_EGL.md ├── SDL_GL_CONTEXT_FLAGS.md ├── SDL_GL_CONTEXT_MAJOR_VERSION.md ├── SDL_GL_CONTEXT_MINOR_VERSION.md ├── SDL_GL_CONTEXT_NO_ERROR.md ├── SDL_GL_CONTEXT_PROFILE_MASK.md ├── SDL_GL_CONTEXT_RELEASE_BEHAVIOR.md ├── SDL_GL_CONTEXT_RESET_NOTIFICATION.md ├── SDL_GL_CreateContext.md ├── SDL_GL_DEPTH_SIZE.md ├── SDL_GL_DOUBLEBUFFER.md ├── SDL_GL_DeleteContext.md ├── SDL_GL_ExtensionSupported.md ├── SDL_GL_FLOATBUFFERS.md ├── SDL_GL_FRAMEBUFFER_SRGB_CAPABLE.md ├── SDL_GL_GREEN_SIZE.md ├── SDL_GL_GetAttribute.md ├── SDL_GL_GetCurrentContext.md ├── SDL_GL_GetCurrentWindow.md ├── SDL_GL_GetDrawableSize.md ├── SDL_GL_GetProcAddress.md ├── SDL_GL_GetSwapInterval.md ├── SDL_GL_LoadLibrary.md ├── SDL_GL_MULTISAMPLEBUFFERS.md ├── SDL_GL_MULTISAMPLESAMPLES.md ├── SDL_GL_MakeCurrent.md ├── SDL_GL_RED_SIZE.md ├── SDL_GL_RETAINED_BACKING.md ├── SDL_GL_ResetAttributes.md ├── SDL_GL_SHARE_WITH_CURRENT_CONTEXT.md ├── SDL_GL_STENCIL_SIZE.md ├── SDL_GL_STEREO.md ├── SDL_GL_SetAttribute.md ├── SDL_GL_SetSwapInterval.md ├── SDL_GL_SwapWindow.md ├── SDL_GL_UnbindTexture.md ├── SDL_GL_UnloadLibrary.md ├── SDL_GLattr.md ├── SDL_GLcontextFlag.mediawiki ├── SDL_GLprofile.mediawiki ├── SDL_GUID.md ├── SDL_GUIDFromString.md ├── SDL_GUIDToString.md ├── SDL_GameControllerAddMapping.md ├── SDL_GameControllerAddMappingsFromFile.md ├── SDL_GameControllerAddMappingsFromRW.md ├── SDL_GameControllerAxis.md ├── SDL_GameControllerBindType.mediawiki ├── SDL_GameControllerButton.md ├── SDL_GameControllerButtonBind.md ├── SDL_GameControllerClose.md ├── SDL_GameControllerEventState.md ├── SDL_GameControllerFromInstanceID.md ├── SDL_GameControllerFromPlayerIndex.md ├── SDL_GameControllerGetAppleSFSymbolsNameForAxis.md ├── SDL_GameControllerGetAppleSFSymbolsNameForButton.md ├── SDL_GameControllerGetAttached.md ├── SDL_GameControllerGetAxis.md ├── SDL_GameControllerGetAxisFromString.md ├── SDL_GameControllerGetBindForAxis.md ├── SDL_GameControllerGetBindForButton.md ├── SDL_GameControllerGetButton.md ├── SDL_GameControllerGetButtonFromString.md ├── SDL_GameControllerGetFirmwareVersion.md ├── SDL_GameControllerGetJoystick.md ├── SDL_GameControllerGetNumTouchpadFingers.md ├── SDL_GameControllerGetNumTouchpads.md ├── SDL_GameControllerGetPlayerIndex.md ├── SDL_GameControllerGetProduct.md ├── SDL_GameControllerGetProductVersion.md ├── SDL_GameControllerGetSensorData.md ├── SDL_GameControllerGetSensorDataRate.md ├── SDL_GameControllerGetSensorDataWithTimestamp.md ├── SDL_GameControllerGetSerial.md ├── SDL_GameControllerGetSteamHandle.md ├── SDL_GameControllerGetStringForAxis.md ├── SDL_GameControllerGetStringForButton.md ├── SDL_GameControllerGetTouchpadFinger.md ├── SDL_GameControllerGetType.md ├── SDL_GameControllerGetVendor.md ├── SDL_GameControllerHasAxis.md ├── SDL_GameControllerHasButton.md ├── SDL_GameControllerHasLED.md ├── SDL_GameControllerHasRumble.md ├── SDL_GameControllerHasRumbleTriggers.md ├── SDL_GameControllerHasSensor.md ├── SDL_GameControllerIsSensorEnabled.md ├── SDL_GameControllerMapping.md ├── SDL_GameControllerMappingForDeviceIndex.md ├── SDL_GameControllerMappingForGUID.md ├── SDL_GameControllerMappingForIndex.md ├── SDL_GameControllerName.md ├── SDL_GameControllerNameForIndex.md ├── SDL_GameControllerNumMappings.md ├── SDL_GameControllerOpen.md ├── SDL_GameControllerPath.md ├── SDL_GameControllerPathForIndex.md ├── SDL_GameControllerRumble.md ├── SDL_GameControllerRumbleTriggers.md ├── SDL_GameControllerSendEffect.md ├── SDL_GameControllerSetLED.md ├── SDL_GameControllerSetPlayerIndex.md ├── SDL_GameControllerSetSensorEnabled.md ├── SDL_GameControllerTypeForIndex.md ├── SDL_GameControllerUpdate.md ├── SDL_GetAndroidSDKVersion.md ├── SDL_GetAssertionHandler.md ├── SDL_GetAssertionReport.md ├── SDL_GetAudioDeviceName.md ├── SDL_GetAudioDeviceSpec.md ├── SDL_GetAudioDeviceStatus.md ├── SDL_GetAudioDriver.md ├── SDL_GetAudioStatus.md ├── SDL_GetBasePath.md ├── SDL_GetCPUCacheLineSize.md ├── SDL_GetCPUCount.md ├── SDL_GetClipRect.md ├── SDL_GetClipboardText.md ├── SDL_GetClosestDisplayMode.md ├── SDL_GetColorKey.md ├── SDL_GetCurrentAudioDriver.md ├── SDL_GetCurrentDisplayMode.md ├── SDL_GetCurrentVideoDriver.md ├── SDL_GetCursor.md ├── SDL_GetDefaultAssertionHandler.md ├── SDL_GetDefaultAudioInfo.md ├── SDL_GetDefaultCursor.md ├── SDL_GetDesktopDisplayMode.md ├── SDL_GetDisplayBounds.md ├── SDL_GetDisplayDPI.md ├── SDL_GetDisplayMode.md ├── SDL_GetDisplayName.md ├── SDL_GetDisplayOrientation.md ├── SDL_GetDisplayUsableBounds.md ├── SDL_GetError.md ├── SDL_GetErrorMsg.md ├── SDL_GetEventFilter.md ├── SDL_GetEventState.mediawiki ├── SDL_GetGlobalMouseState.md ├── SDL_GetGrabbedWindow.md ├── SDL_GetHint.md ├── SDL_GetHintBoolean.md ├── SDL_GetJoystickGUIDInfo.md ├── SDL_GetKeyFromName.md ├── SDL_GetKeyFromScancode.md ├── SDL_GetKeyName.md ├── SDL_GetKeyboardFocus.md ├── SDL_GetKeyboardState.md ├── SDL_GetMemoryFunctions.md ├── SDL_GetModState.md ├── SDL_GetMouseFocus.md ├── SDL_GetMouseState.md ├── SDL_GetNumAllocations.md ├── SDL_GetNumAudioDevices.md ├── SDL_GetNumAudioDrivers.md ├── SDL_GetNumDisplayModes.md ├── SDL_GetNumRenderDrivers.md ├── SDL_GetNumTouchDevices.md ├── SDL_GetNumTouchFingers.md ├── SDL_GetNumVideoDisplays.md ├── SDL_GetNumVideoDrivers.md ├── SDL_GetOriginalMemoryFunctions.md ├── SDL_GetPerformanceCounter.md ├── SDL_GetPerformanceFrequency.md ├── SDL_GetPixelFormatName.md ├── SDL_GetPlatform.md ├── SDL_GetPointDisplayIndex.md ├── SDL_GetPowerInfo.md ├── SDL_GetPrefPath.md ├── SDL_GetPreferredLocales.md ├── SDL_GetPrimarySelectionText.md ├── SDL_GetQueuedAudioSize.md ├── SDL_GetRGB.md ├── SDL_GetRGBA.md ├── SDL_GetRectDisplayIndex.md ├── SDL_GetRelativeMouseMode.md ├── SDL_GetRelativeMouseState.md ├── SDL_GetRenderDrawBlendMode.md ├── SDL_GetRenderDrawColor.md ├── SDL_GetRenderDriverInfo.md ├── SDL_GetRenderTarget.md ├── SDL_GetRenderer.md ├── SDL_GetRendererInfo.md ├── SDL_GetRendererOutputSize.md ├── SDL_GetRevision.md ├── SDL_GetRevisionNumber.md ├── SDL_GetScancodeFromKey.md ├── SDL_GetScancodeFromName.md ├── SDL_GetScancodeName.md ├── SDL_GetShapedWindowMode.md ├── SDL_GetSurfaceAlphaMod.md ├── SDL_GetSurfaceBlendMode.md ├── SDL_GetSurfaceColorMod.md ├── SDL_GetSystemRAM.md ├── SDL_GetTextureAlphaMod.md ├── SDL_GetTextureBlendMode.md ├── SDL_GetTextureColorMod.md ├── SDL_GetTextureScaleMode.md ├── SDL_GetTextureUserData.md ├── SDL_GetThreadID.md ├── SDL_GetThreadName.md ├── SDL_GetTicks.md ├── SDL_GetTicks64.md ├── SDL_GetTouchDevice.md ├── SDL_GetTouchDeviceType.md ├── SDL_GetTouchFinger.md ├── SDL_GetTouchName.md ├── SDL_GetVersion.md ├── SDL_GetVideoDriver.md ├── SDL_GetWindowBordersSize.md ├── SDL_GetWindowBrightness.md ├── SDL_GetWindowData.md ├── SDL_GetWindowDisplayIndex.md ├── SDL_GetWindowDisplayMode.md ├── SDL_GetWindowFlags.md ├── SDL_GetWindowFromID.md ├── SDL_GetWindowGammaRamp.md ├── SDL_GetWindowGrab.md ├── SDL_GetWindowICCProfile.md ├── SDL_GetWindowID.md ├── SDL_GetWindowKeyboardGrab.md ├── SDL_GetWindowMaximumSize.md ├── SDL_GetWindowMinimumSize.md ├── SDL_GetWindowMouseGrab.md ├── SDL_GetWindowMouseRect.md ├── SDL_GetWindowOpacity.md ├── SDL_GetWindowPixelFormat.md ├── SDL_GetWindowPosition.md ├── SDL_GetWindowSize.md ├── SDL_GetWindowSizeInPixels.md ├── SDL_GetWindowSurface.md ├── SDL_GetWindowTitle.md ├── SDL_GetWindowWMInfo.md ├── SDL_GetYUVConversionMode.md ├── SDL_GetYUVConversionModeForResolution.md ├── SDL_HAPTIC_AUTOCENTER.md ├── SDL_HAPTIC_CARTESIAN.md ├── SDL_HAPTIC_CONSTANT.md ├── SDL_HAPTIC_CUSTOM.md ├── SDL_HAPTIC_DAMPER.md ├── SDL_HAPTIC_FRICTION.md ├── SDL_HAPTIC_GAIN.md ├── SDL_HAPTIC_INERTIA.md ├── SDL_HAPTIC_INFINITY.md ├── SDL_HAPTIC_LEFTRIGHT.md ├── SDL_HAPTIC_PAUSE.md ├── SDL_HAPTIC_POLAR.md ├── SDL_HAPTIC_RAMP.md ├── SDL_HAPTIC_SAWTOOTHDOWN.md ├── SDL_HAPTIC_SAWTOOTHUP.md ├── SDL_HAPTIC_SINE.md ├── SDL_HAPTIC_SPHERICAL.md ├── SDL_HAPTIC_SPRING.md ├── SDL_HAPTIC_STATUS.md ├── SDL_HAPTIC_STEERING_AXIS.md ├── SDL_HAPTIC_TRIANGLE.md ├── SDL_HINT_ACCELEROMETER_AS_JOYSTICK.md ├── SDL_HINT_ALLOW_ALT_TAB_WHILE_GRABBED.md ├── SDL_HINT_ALLOW_TOPMOST.md ├── SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION.md ├── SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION.md ├── SDL_HINT_ANDROID_BLOCK_ON_PAUSE.md ├── SDL_HINT_ANDROID_BLOCK_ON_PAUSE_PAUSEAUDIO.md ├── SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH.mediawiki ├── SDL_HINT_ANDROID_TRAP_BACK_BUTTON.md ├── SDL_HINT_APPLE_RWFROMFILE_USE_RESOURCES.md ├── SDL_HINT_APPLE_TV_CONTROLLER_UI_EVENTS.md ├── SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION.md ├── SDL_HINT_APP_NAME.md ├── SDL_HINT_AUDIODRIVER.md ├── SDL_HINT_AUDIO_CATEGORY.md ├── SDL_HINT_AUDIO_DEVICE_APP_NAME.md ├── SDL_HINT_AUDIO_DEVICE_STREAM_NAME.md ├── SDL_HINT_AUDIO_DEVICE_STREAM_ROLE.md ├── SDL_HINT_AUDIO_INCLUDE_MONITORS.md ├── SDL_HINT_AUDIO_RESAMPLING_MODE.md ├── SDL_HINT_AUTO_UPDATE_JOYSTICKS.md ├── SDL_HINT_AUTO_UPDATE_SENSORS.md ├── SDL_HINT_BMP_SAVE_LEGACY_FORMAT.md ├── SDL_HINT_DEFAULT.md ├── SDL_HINT_DIRECTINPUT_ENABLED.md ├── SDL_HINT_DISPLAY_USABLE_BOUNDS.md ├── SDL_HINT_EMSCRIPTEN_ASYNCIFY.md ├── SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT.md ├── SDL_HINT_ENABLE_SCREEN_KEYBOARD.md ├── SDL_HINT_EVENT_LOGGING.md ├── SDL_HINT_FORCE_RAISEWINDOW.md ├── SDL_HINT_FRAMEBUFFER_ACCELERATION.md ├── SDL_HINT_GAMECONTROLLERCONFIG.md ├── SDL_HINT_GAMECONTROLLERCONFIG_FILE.md ├── SDL_HINT_GAMECONTROLLERTYPE.md ├── SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES.md ├── SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT.md ├── SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS.md ├── SDL_HINT_GRAB_KEYBOARD.md ├── SDL_HINT_HIDAPI_IGNORE_DEVICES.md ├── SDL_HINT_IDLE_TIMER_DISABLED.md ├── SDL_HINT_IME_INTERNAL_EDITING.md ├── SDL_HINT_IME_SHOW_UI.md ├── SDL_HINT_IME_SUPPORT_EXTENDED_TEXT.md ├── SDL_HINT_IOS_HIDE_HOME_INDICATOR.md ├── SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS.md ├── SDL_HINT_JOYSTICK_ARCADESTICK_DEVICES.md ├── SDL_HINT_JOYSTICK_ARCADESTICK_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_BLACKLIST_DEVICES.md ├── SDL_HINT_JOYSTICK_BLACKLIST_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_DEVICE.md ├── SDL_HINT_JOYSTICK_FLIGHTSTICK_DEVICES.md ├── SDL_HINT_JOYSTICK_FLIGHTSTICK_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_GAMECUBE_DEVICES.md ├── SDL_HINT_JOYSTICK_GAMECUBE_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_GAMECUBE_RUMBLE_BRAKE.md ├── SDL_HINT_JOYSTICK_HAPTIC_AXES.md ├── SDL_HINT_JOYSTICK_HIDAPI.md ├── SDL_HINT_JOYSTICK_HIDAPI_COMBINE_JOY_CONS.md ├── SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE.md ├── SDL_HINT_JOYSTICK_HIDAPI_JOYCON_HOME_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS.md ├── SDL_HINT_JOYSTICK_HIDAPI_LUNA.md ├── SDL_HINT_JOYSTICK_HIDAPI_NINTENDO_CLASSIC.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS3.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS4.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS5.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS5_PLAYER_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE.md ├── SDL_HINT_JOYSTICK_HIDAPI_SHIELD.md ├── SDL_HINT_JOYSTICK_HIDAPI_STADIA.md ├── SDL_HINT_JOYSTICK_HIDAPI_STEAM.md ├── SDL_HINT_JOYSTICK_HIDAPI_STEAMDECK.md ├── SDL_HINT_JOYSTICK_HIDAPI_SWITCH.md ├── SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_SWITCH_PLAYER_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_VERTICAL_JOY_CONS.md ├── SDL_HINT_JOYSTICK_HIDAPI_WII.md ├── SDL_HINT_JOYSTICK_HIDAPI_WII_PLAYER_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX_360.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_PLAYER_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_WIRELESS.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE_HOME_LED.md ├── SDL_HINT_JOYSTICK_IOKIT.md ├── SDL_HINT_JOYSTICK_MFI.md ├── SDL_HINT_JOYSTICK_RAWINPUT.md ├── SDL_HINT_JOYSTICK_RAWINPUT_CORRELATE_XINPUT.md ├── SDL_HINT_JOYSTICK_ROG_CHAKRAM.md ├── SDL_HINT_JOYSTICK_THREAD.md ├── SDL_HINT_JOYSTICK_THROTTLE_DEVICES.md ├── SDL_HINT_JOYSTICK_THROTTLE_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_WGI.md ├── SDL_HINT_JOYSTICK_WHEEL_DEVICES.md ├── SDL_HINT_JOYSTICK_WHEEL_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_ZERO_CENTERED_DEVICES.md ├── SDL_HINT_KMSDRM_DEVICE_INDEX.md ├── SDL_HINT_KMSDRM_REQUIRE_DRM_MASTER.md ├── SDL_HINT_LINUX_DIGITAL_HATS.md ├── SDL_HINT_LINUX_HAT_DEADZONES.md ├── SDL_HINT_LINUX_JOYSTICK_CLASSIC.md ├── SDL_HINT_LINUX_JOYSTICK_DEADZONES.md ├── SDL_HINT_LOGGING.md ├── SDL_HINT_MAC_BACKGROUND_APP.md ├── SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK.md ├── SDL_HINT_MAC_OPENGL_ASYNC_DISPATCH.md ├── SDL_HINT_MOUSE_AUTO_CAPTURE.md ├── SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS.md ├── SDL_HINT_MOUSE_DOUBLE_CLICK_TIME.md ├── SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH.md ├── SDL_HINT_MOUSE_NORMAL_SPEED_SCALE.md ├── SDL_HINT_MOUSE_RELATIVE_CURSOR_VISIBLE.md ├── SDL_HINT_MOUSE_RELATIVE_MODE_CENTER.md ├── SDL_HINT_MOUSE_RELATIVE_MODE_WARP.md ├── SDL_HINT_MOUSE_RELATIVE_SCALING.md ├── SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE.md ├── SDL_HINT_MOUSE_RELATIVE_SYSTEM_SCALE.md ├── SDL_HINT_MOUSE_RELATIVE_WARP_MOTION.md ├── SDL_HINT_MOUSE_TOUCH_EVENTS.md ├── SDL_HINT_NORMAL.md ├── SDL_HINT_NO_SIGNAL_HANDLERS.md ├── SDL_HINT_OPENGL_ES_DRIVER.md ├── SDL_HINT_ORIENTATIONS.md ├── SDL_HINT_OVERRIDE.md ├── SDL_HINT_POLL_SENTINEL.md ├── SDL_HINT_PREFERRED_LOCALES.md ├── SDL_HINT_PS2_DYNAMIC_VSYNC.md ├── SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION.md ├── SDL_HINT_QTWAYLAND_WINDOW_FLAGS.md ├── SDL_HINT_QUIT_ON_LAST_WINDOW_CLOSE.md ├── SDL_HINT_RENDER_BATCHING.md ├── SDL_HINT_RENDER_DIRECT3D11_DEBUG.md ├── SDL_HINT_RENDER_DIRECT3D_THREADSAFE.md ├── SDL_HINT_RENDER_DRIVER.md ├── SDL_HINT_RENDER_LINE_METHOD.md ├── SDL_HINT_RENDER_LOGICAL_SIZE_MODE.md ├── SDL_HINT_RENDER_METAL_PREFER_LOW_POWER_DEVICE.md ├── SDL_HINT_RENDER_OPENGL_SHADERS.md ├── SDL_HINT_RENDER_SCALE_QUALITY.md ├── SDL_HINT_RENDER_VSYNC.md ├── SDL_HINT_RETURN_KEY_HIDES_IME.md ├── SDL_HINT_ROG_GAMEPAD_MICE.md ├── SDL_HINT_ROG_GAMEPAD_MICE_EXCLUDED.md ├── SDL_HINT_RPI_VIDEO_LAYER.md ├── SDL_HINT_SCREENSAVER_INHIBIT_ACTIVITY_NAME.md ├── SDL_HINT_SHUTDOWN_DBUS_ON_QUIT.md ├── SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL.md ├── SDL_HINT_THREAD_PRIORITY_POLICY.md ├── SDL_HINT_THREAD_STACK_SIZE.md ├── SDL_HINT_TIMER_RESOLUTION.md ├── SDL_HINT_TOUCH_MOUSE_EVENTS.md ├── SDL_HINT_TRACKPAD_IS_TOUCH_ONLY.md ├── SDL_HINT_TV_REMOTE_AS_JOYSTICK.md ├── SDL_HINT_VIDEODRIVER.md ├── SDL_HINT_VIDEO_ALLOW_SCREENSAVER.md ├── SDL_HINT_VIDEO_DOUBLE_BUFFER.md ├── SDL_HINT_VIDEO_EGL_ALLOW_TRANSPARENCY.md ├── SDL_HINT_VIDEO_EXTERNAL_CONTEXT.md ├── SDL_HINT_VIDEO_FOREIGN_WINDOW_OPENGL.md ├── SDL_HINT_VIDEO_FOREIGN_WINDOW_VULKAN.md ├── SDL_HINT_VIDEO_HIGHDPI_DISABLED.md ├── SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES.md ├── SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS.md ├── SDL_HINT_VIDEO_WAYLAND_ALLOW_LIBDECOR.md ├── SDL_HINT_VIDEO_WAYLAND_EMULATE_MOUSE_WARP.md ├── SDL_HINT_VIDEO_WAYLAND_MODE_EMULATION.md ├── SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR.md ├── SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT.md ├── SDL_HINT_VIDEO_WIN_D3DCOMPILER.md ├── SDL_HINT_VIDEO_X11_FORCE_EGL.md ├── SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR.md ├── SDL_HINT_VIDEO_X11_NET_WM_PING.md ├── SDL_HINT_VIDEO_X11_WINDOW_VISUALID.md ├── SDL_HINT_VIDEO_X11_XINERAMA.md ├── SDL_HINT_VIDEO_X11_XRANDR.md ├── SDL_HINT_VIDEO_X11_XVIDMODE.md ├── SDL_HINT_VITA_TOUCH_MOUSE_DEVICE.md ├── SDL_HINT_WAVE_FACT_CHUNK.md ├── SDL_HINT_WAVE_RIFF_CHUNK_SIZE.md ├── SDL_HINT_WAVE_TRUNCATION.md ├── SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING.md ├── SDL_HINT_WINDOWS_DPI_AWARENESS.md ├── SDL_HINT_WINDOWS_DPI_SCALING.md ├── SDL_HINT_WINDOWS_ENABLE_MENU_MNEMONICS.md ├── SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP.md ├── SDL_HINT_WINDOWS_FORCE_MUTEX_CRITICAL_SECTIONS.md ├── SDL_HINT_WINDOWS_FORCE_SEMAPHORE_KERNEL.md ├── SDL_HINT_WINDOWS_INTRESOURCE_ICON.md ├── SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL.md ├── SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4.md ├── SDL_HINT_WINDOWS_USE_D3D9EX.md ├── SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN.md ├── SDL_HINT_WINDOW_NO_ACTIVATION_WHEN_SHOWN.md ├── SDL_HINT_WINRT_HANDLE_BACK_BUTTON.mediawiki ├── SDL_HINT_WINRT_PRIVACY_POLICY_LABEL.mediawiki ├── SDL_HINT_WINRT_PRIVACY_POLICY_URL.md ├── SDL_HINT_X11_FORCE_OVERRIDE_REDIRECT.md ├── SDL_HINT_X11_WINDOW_TYPE.md ├── SDL_HINT_XINPUT_ENABLED.md ├── SDL_HINT_XINPUT_USE_OLD_JOYSTICK_MAPPING.md ├── SDL_HITTEST_DRAGGABLE.md ├── SDL_HITTEST_NORMAL.md ├── SDL_HITTEST_RESIZE_BOTTOM.md ├── SDL_HITTEST_RESIZE_BOTTOMLEFT.md ├── SDL_HITTEST_RESIZE_BOTTOMRIGHT.md ├── SDL_HITTEST_RESIZE_LEFT.md ├── SDL_HITTEST_RESIZE_RIGHT.md ├── SDL_HITTEST_RESIZE_TOP.md ├── SDL_HITTEST_RESIZE_TOPLEFT.md ├── SDL_HITTEST_RESIZE_TOPRIGHT.md ├── SDL_HapticClose.md ├── SDL_HapticCondition.md ├── SDL_HapticConstant.md ├── SDL_HapticCustom.md ├── SDL_HapticDestroyEffect.md ├── SDL_HapticDirection.md ├── SDL_HapticEffect.md ├── SDL_HapticEffectSupported.md ├── SDL_HapticGetEffectStatus.md ├── SDL_HapticIndex.md ├── SDL_HapticLeftRight.md ├── SDL_HapticName.md ├── SDL_HapticNewEffect.md ├── SDL_HapticNumAxes.md ├── SDL_HapticNumEffects.md ├── SDL_HapticNumEffectsPlaying.md ├── SDL_HapticOpen.md ├── SDL_HapticOpenFromJoystick.md ├── SDL_HapticOpenFromMouse.md ├── SDL_HapticOpened.md ├── SDL_HapticPause.md ├── SDL_HapticPeriodic.md ├── SDL_HapticQuery.md ├── SDL_HapticRamp.md ├── SDL_HapticRumbleInit.md ├── SDL_HapticRumblePlay.md ├── SDL_HapticRumbleStop.md ├── SDL_HapticRumbleSupported.md ├── SDL_HapticRunEffect.md ├── SDL_HapticSetAutocenter.md ├── SDL_HapticSetGain.md ├── SDL_HapticStopAll.md ├── SDL_HapticStopEffect.md ├── SDL_HapticUnpause.md ├── SDL_HapticUpdateEffect.md ├── SDL_Has3DNow.md ├── SDL_HasARMSIMD.md ├── SDL_HasAVX.md ├── SDL_HasAVX2.md ├── SDL_HasAVX512F.md ├── SDL_HasAltiVec.md ├── SDL_HasClipboardText.md ├── SDL_HasColorKey.md ├── SDL_HasEvent.md ├── SDL_HasEvents.md ├── SDL_HasIntersection.md ├── SDL_HasIntersectionF.md ├── SDL_HasLASX.md ├── SDL_HasLSX.md ├── SDL_HasMMX.md ├── SDL_HasNEON.md ├── SDL_HasPrimarySelectionText.md ├── SDL_HasRDTSC.md ├── SDL_HasSSE.md ├── SDL_HasSSE2.md ├── SDL_HasSSE3.md ├── SDL_HasSSE41.md ├── SDL_HasSSE42.md ├── SDL_HasScreenKeyboardSupport.md ├── SDL_HasSurfaceRLE.md ├── SDL_HasWindowSurface.md ├── SDL_HideWindow.md ├── SDL_HintCallback.md ├── SDL_HintPriority.md ├── SDL_HitTest.md ├── SDL_HitTestResult.md ├── SDL_INIT_EVENTS.mediawiki ├── SDL_Init.md ├── SDL_InitSubSystem.md ├── SDL_IntersectFRect.md ├── SDL_IntersectFRectAndLine.md ├── SDL_IntersectRect.md ├── SDL_IntersectRectAndLine.md ├── SDL_IsAndroidTV.md ├── SDL_IsChromebook.md ├── SDL_IsDeXMode.md ├── SDL_IsGameController.md ├── SDL_IsScreenKeyboardShown.md ├── SDL_IsScreenSaverEnabled.md ├── SDL_IsShapedWindow.md ├── SDL_IsTablet.md ├── SDL_IsTextInputActive.md ├── SDL_IsTextInputShown.md ├── SDL_JOYAXISMOTION.md ├── SDL_JOYBALLMOTION.md ├── SDL_JOYBATTERYUPDATED.md ├── SDL_JOYBUTTONDOWN.md ├── SDL_JOYBUTTONUP.md ├── SDL_JOYDEVICEADDED.md ├── SDL_JOYDEVICEREMOVED.md ├── SDL_JOYHATMOTION.md ├── SDL_JoyAxisEvent.md ├── SDL_JoyBallEvent.md ├── SDL_JoyBatteryEvent.md ├── SDL_JoyButtonEvent.md ├── SDL_JoyDeviceEvent.md ├── SDL_JoyHatEvent.md ├── SDL_JoystickAttachVirtual.md ├── SDL_JoystickAttachVirtualEx.md ├── SDL_JoystickClose.md ├── SDL_JoystickCurrentPowerLevel.md ├── SDL_JoystickDetachVirtual.md ├── SDL_JoystickEventState.md ├── SDL_JoystickFromInstanceID.md ├── SDL_JoystickFromPlayerIndex.md ├── SDL_JoystickGUID.md ├── SDL_JoystickGetAttached.md ├── SDL_JoystickGetAxis.md ├── SDL_JoystickGetAxisInitialState.md ├── SDL_JoystickGetBall.md ├── SDL_JoystickGetButton.md ├── SDL_JoystickGetDeviceGUID.md ├── SDL_JoystickGetDeviceInstanceID.md ├── SDL_JoystickGetDevicePlayerIndex.md ├── SDL_JoystickGetDeviceProduct.md ├── SDL_JoystickGetDeviceProductVersion.md ├── SDL_JoystickGetDeviceType.md ├── SDL_JoystickGetDeviceVendor.md ├── SDL_JoystickGetFirmwareVersion.md ├── SDL_JoystickGetGUID.md ├── SDL_JoystickGetGUIDFromString.md ├── SDL_JoystickGetGUIDString.md ├── SDL_JoystickGetHat.md ├── SDL_JoystickGetPlayerIndex.md ├── SDL_JoystickGetProduct.md ├── SDL_JoystickGetProductVersion.md ├── SDL_JoystickGetSerial.md ├── SDL_JoystickGetType.md ├── SDL_JoystickGetVendor.md ├── SDL_JoystickHasLED.md ├── SDL_JoystickHasRumble.md ├── SDL_JoystickHasRumbleTriggers.md ├── SDL_JoystickID.md ├── SDL_JoystickInstanceID.md ├── SDL_JoystickIsHaptic.md ├── SDL_JoystickIsVirtual.md ├── SDL_JoystickName.md ├── SDL_JoystickNameForIndex.md ├── SDL_JoystickNumAxes.md ├── SDL_JoystickNumBalls.md ├── SDL_JoystickNumButtons.md ├── SDL_JoystickNumHats.md ├── SDL_JoystickOpen.md ├── SDL_JoystickPath.md ├── SDL_JoystickPathForIndex.md ├── SDL_JoystickPowerLevel.mediawiki ├── SDL_JoystickRumble.md ├── SDL_JoystickRumbleTriggers.md ├── SDL_JoystickSendEffect.md ├── SDL_JoystickSetLED.md ├── SDL_JoystickSetPlayerIndex.md ├── SDL_JoystickSetVirtualAxis.md ├── SDL_JoystickSetVirtualButton.md ├── SDL_JoystickSetVirtualHat.md ├── SDL_JoystickUpdate.md ├── SDL_KEYDOWN.md ├── SDL_KEYUP.md ├── SDL_KeyboardEvent.md ├── SDL_Keycode.md ├── SDL_Keymod.md ├── SDL_Keysym.md ├── SDL_LASTEVENT.md ├── SDL_LOCALECHANGED.md ├── SDL_LOG_CATEGORY_APPLICATION.md ├── SDL_LOG_CATEGORY_ASSERT.md ├── SDL_LOG_CATEGORY_AUDIO.md ├── SDL_LOG_CATEGORY_CUSTOM.md ├── SDL_LOG_CATEGORY_ERROR.md ├── SDL_LOG_CATEGORY_INPUT.md ├── SDL_LOG_CATEGORY_RENDER.md ├── SDL_LOG_CATEGORY_RESERVED1.md ├── SDL_LOG_CATEGORY_RESERVED10.md ├── SDL_LOG_CATEGORY_RESERVED2.md ├── SDL_LOG_CATEGORY_RESERVED3.md ├── SDL_LOG_CATEGORY_RESERVED4.md ├── SDL_LOG_CATEGORY_RESERVED5.md ├── SDL_LOG_CATEGORY_RESERVED6.md ├── SDL_LOG_CATEGORY_RESERVED7.md ├── SDL_LOG_CATEGORY_RESERVED8.md ├── SDL_LOG_CATEGORY_RESERVED9.md ├── SDL_LOG_CATEGORY_SYSTEM.md ├── SDL_LOG_CATEGORY_TEST.md ├── SDL_LOG_CATEGORY_VIDEO.md ├── SDL_LOG_PRIORITY_CRITICAL.md ├── SDL_LOG_PRIORITY_DEBUG.md ├── SDL_LOG_PRIORITY_ERROR.md ├── SDL_LOG_PRIORITY_INFO.md ├── SDL_LOG_PRIORITY_VERBOSE.md ├── SDL_LOG_PRIORITY_WARN.md ├── SDL_LinuxSetThreadPriority.md ├── SDL_LinuxSetThreadPriorityAndPolicy.md ├── SDL_LoadBMP.md ├── SDL_LoadBMP_RW.md ├── SDL_LoadDollarTemplates.md ├── SDL_LoadFile.md ├── SDL_LoadFile_RW.md ├── SDL_LoadFunction.md ├── SDL_LoadObject.md ├── SDL_LoadWAV.md ├── SDL_LoadWAV_RW.md ├── SDL_Locale.mediawiki ├── SDL_LockAudio.md ├── SDL_LockAudioDevice.md ├── SDL_LockJoysticks.md ├── SDL_LockMutex.md ├── SDL_LockSensors.md ├── SDL_LockSurface.md ├── SDL_LockTexture.md ├── SDL_LockTextureToSurface.md ├── SDL_Log.md ├── SDL_LogCategory.md ├── SDL_LogCritical.md ├── SDL_LogDebug.md ├── SDL_LogError.md ├── SDL_LogGetOutputFunction.md ├── SDL_LogGetPriority.md ├── SDL_LogInfo.md ├── SDL_LogMessage.md ├── SDL_LogMessageV.md ├── SDL_LogOutputFunction.md ├── SDL_LogPriority.md ├── SDL_LogResetPriorities.md ├── SDL_LogSetAllPriority.md ├── SDL_LogSetOutputFunction.md ├── SDL_LogSetPriority.md ├── SDL_LogVerbose.md ├── SDL_LogWarn.md ├── SDL_LowerBlit.md ├── SDL_LowerBlitScaled.md ├── SDL_MAX_LOG_MESSAGE.md ├── SDL_MAX_SINT16.md ├── SDL_MAX_SINT32.md ├── SDL_MAX_SINT64.md ├── SDL_MAX_SINT8.md ├── SDL_MAX_UINT16.md ├── SDL_MAX_UINT32.md ├── SDL_MAX_UINT64.md ├── SDL_MAX_UINT8.md ├── SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT.md ├── SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT.md ├── SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT.md ├── SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT.md ├── SDL_MESSAGEBOX_ERROR.md ├── SDL_MESSAGEBOX_INFORMATION.md ├── SDL_MESSAGEBOX_WARNING.md ├── SDL_MIN_SINT16.md ├── SDL_MIN_SINT32.md ├── SDL_MIN_SINT64.md ├── SDL_MIN_SINT8.md ├── SDL_MIN_UINT16.md ├── SDL_MIN_UINT32.md ├── SDL_MIN_UINT64.md ├── SDL_MIN_UINT8.md ├── SDL_MIX_MAXVOLUME.md ├── SDL_MOUSEBUTTONDOWN.md ├── SDL_MOUSEBUTTONUP.md ├── SDL_MOUSEMOTION.md ├── SDL_MOUSEWHEEL.md ├── SDL_MOUSEWHEEL_FLIPPED.md ├── SDL_MOUSEWHEEL_NORMAL.md ├── SDL_MULTIGESTURE.md ├── SDL_MUSTLOCK.md ├── SDL_MUTEX_MAXWAIT.md ├── SDL_MUTEX_TIMEDOUT.md ├── SDL_MapRGB.md ├── SDL_MapRGBA.md ├── SDL_MasksToPixelFormatEnum.md ├── SDL_MaximizeWindow.md ├── SDL_MemoryBarrierReleaseFunction.md ├── SDL_MessageBoxButtonData.md ├── SDL_MessageBoxButtonFlags.md ├── SDL_MessageBoxColor.md ├── SDL_MessageBoxColorScheme.md ├── SDL_MessageBoxColorType.mediawiki ├── SDL_MessageBoxData.md ├── SDL_MessageBoxFlags.md ├── SDL_MetalView.md ├── SDL_Metal_CreateView.md ├── SDL_Metal_DestroyView.md ├── SDL_Metal_GetDrawableSize.md ├── SDL_Metal_GetLayer.md ├── SDL_MinimizeWindow.md ├── SDL_MixAudio.md ├── SDL_MixAudioFormat.md ├── SDL_MostSignificantBitIndex32.md ├── SDL_MouseButtonEvent.md ├── SDL_MouseIsHaptic.md ├── SDL_MouseMotionEvent.md ├── SDL_MouseWheelDirection.md ├── SDL_MouseWheelEvent.md ├── SDL_MultiGestureEvent.md ├── SDL_NUM_LOG_PRIORITIES.md ├── SDL_NUM_SYSTEM_CURSORS.md ├── SDL_NewAudioStream.md ├── SDL_NumHaptics.md ├── SDL_NumJoysticks.md ├── SDL_NumSensors.md ├── SDL_ORIENTATION_LANDSCAPE.md ├── SDL_ORIENTATION_LANDSCAPE_FLIPPED.md ├── SDL_ORIENTATION_PORTRAIT.md ├── SDL_ORIENTATION_PORTRAIT_FLIPPED.md ├── SDL_ORIENTATION_UNKNOWN.md ├── SDL_OpenAudio.md ├── SDL_OpenAudioDevice.md ├── SDL_OpenURL.md ├── SDL_POLLSENTINEL.md ├── SDL_POWERSTATE_CHARGED.md ├── SDL_POWERSTATE_CHARGING.md ├── SDL_POWERSTATE_NO_BATTERY.md ├── SDL_POWERSTATE_ON_BATTERY.md ├── SDL_POWERSTATE_UNKNOWN.md ├── SDL_Palette.mediawiki ├── SDL_PauseAudio.md ├── SDL_PauseAudioDevice.md ├── SDL_PeepEvents.md ├── SDL_PixelFormat.md ├── SDL_PixelFormatEnum.mediawiki ├── SDL_PixelFormatEnumToMasks.md ├── SDL_Point.md ├── SDL_PointInFRect.md ├── SDL_PointInRect.md ├── SDL_PollEvent.md ├── SDL_PowerState.md ├── SDL_PremultiplyAlpha.md ├── SDL_PumpEvents.md ├── SDL_PushEvent.md ├── SDL_QUIT.md ├── SDL_QueryTexture.md ├── SDL_QueueAudio.md ├── SDL_Quit.md ├── SDL_QuitEvent.md ├── SDL_QuitRequested.mediawiki ├── SDL_QuitSubSystem.md ├── SDL_RENDERER_SOFTWARE.md ├── SDL_RENDER_DEVICE_RESET.md ├── SDL_RENDER_TARGETS_RESET.md ├── SDL_REVISION.mediawiki ├── SDL_RWFromConstMem.md ├── SDL_RWFromFP.md ├── SDL_RWFromFile.md ├── SDL_RWFromMem.md ├── SDL_RWclose.md ├── SDL_RWops.md ├── SDL_RWread.md ├── SDL_RWseek.md ├── SDL_RWsize.md ├── SDL_RWtell.md ├── SDL_RWwrite.md ├── SDL_RaiseWindow.md ├── SDL_ReadBE16.md ├── SDL_ReadBE32.md ├── SDL_ReadBE64.md ├── SDL_ReadLE16.md ├── SDL_ReadLE32.md ├── SDL_ReadLE64.md ├── SDL_ReadU8.md ├── SDL_RecordGesture.md ├── SDL_Rect.md ├── SDL_RectEmpty.md ├── SDL_RectEquals.md ├── SDL_RegisterApp.md ├── SDL_RegisterEvents.md ├── SDL_RemoveTimer.md ├── SDL_RenderClear.md ├── SDL_RenderCopy.md ├── SDL_RenderCopyEx.md ├── SDL_RenderCopyExF.md ├── SDL_RenderCopyF.md ├── SDL_RenderDrawLine.md ├── SDL_RenderDrawLineF.md ├── SDL_RenderDrawLines.md ├── SDL_RenderDrawLinesF.md ├── SDL_RenderDrawPoint.md ├── SDL_RenderDrawPointF.md ├── SDL_RenderDrawPoints.md ├── SDL_RenderDrawPointsF.md ├── SDL_RenderDrawRect.md ├── SDL_RenderDrawRectF.md ├── SDL_RenderDrawRects.md ├── SDL_RenderDrawRectsF.md ├── SDL_RenderFillRect.md ├── SDL_RenderFillRectF.md ├── SDL_RenderFillRects.md ├── SDL_RenderFillRectsF.md ├── SDL_RenderFlush.md ├── SDL_RenderGeometry.md ├── SDL_RenderGeometryRaw.md ├── SDL_RenderGetClipRect.md ├── SDL_RenderGetD3D11Device.md ├── SDL_RenderGetD3D12Device.md ├── SDL_RenderGetD3D9Device.md ├── SDL_RenderGetIntegerScale.md ├── SDL_RenderGetLogicalSize.md ├── SDL_RenderGetMetalCommandEncoder.md ├── SDL_RenderGetMetalLayer.md ├── SDL_RenderGetScale.md ├── SDL_RenderGetViewport.md ├── SDL_RenderGetWindow.md ├── SDL_RenderIsClipEnabled.md ├── SDL_RenderLogicalToWindow.md ├── SDL_RenderPresent.md ├── SDL_RenderReadPixels.md ├── SDL_RenderSetClipRect.md ├── SDL_RenderSetIntegerScale.md ├── SDL_RenderSetLogicalSize.md ├── SDL_RenderSetScale.md ├── SDL_RenderSetVSync.md ├── SDL_RenderSetViewport.md ├── SDL_RenderTargetSupported.md ├── SDL_RenderWindowToLogical.md ├── SDL_Renderer.md ├── SDL_RendererFlags.md ├── SDL_RendererFlip.md ├── SDL_RendererInfo.md ├── SDL_ResetAssertionReport.md ├── SDL_ResetHint.md ├── SDL_ResetHints.md ├── SDL_ResetKeyboard.md ├── SDL_RestoreWindow.md ├── SDL_SCANCODE_0.md ├── SDL_SCANCODE_1.md ├── SDL_SCANCODE_2.md ├── SDL_SCANCODE_3.md ├── SDL_SCANCODE_4.md ├── SDL_SCANCODE_5.md ├── SDL_SCANCODE_6.md ├── SDL_SCANCODE_7.md ├── SDL_SCANCODE_8.md ├── SDL_SCANCODE_9.md ├── SDL_SCANCODE_A.md ├── SDL_SCANCODE_AC_BACK.md ├── SDL_SCANCODE_AC_BOOKMARKS.md ├── SDL_SCANCODE_AC_FORWARD.md ├── SDL_SCANCODE_AC_HOME.md ├── SDL_SCANCODE_AC_REFRESH.md ├── SDL_SCANCODE_AC_SEARCH.md ├── SDL_SCANCODE_AC_STOP.md ├── SDL_SCANCODE_AGAIN.md ├── SDL_SCANCODE_ALTERASE.md ├── SDL_SCANCODE_APOSTROPHE.md ├── SDL_SCANCODE_APP1.md ├── SDL_SCANCODE_APP2.md ├── SDL_SCANCODE_APPLICATION.md ├── SDL_SCANCODE_AUDIOFASTFORWARD.md ├── SDL_SCANCODE_AUDIOMUTE.md ├── SDL_SCANCODE_AUDIONEXT.md ├── SDL_SCANCODE_AUDIOPLAY.md ├── SDL_SCANCODE_AUDIOPREV.md ├── SDL_SCANCODE_AUDIOREWIND.md ├── SDL_SCANCODE_AUDIOSTOP.md ├── SDL_SCANCODE_B.md ├── SDL_SCANCODE_BACKSPACE.md ├── SDL_SCANCODE_BRIGHTNESSDOWN.md ├── SDL_SCANCODE_BRIGHTNESSUP.md ├── SDL_SCANCODE_C.md ├── SDL_SCANCODE_CALCULATOR.md ├── SDL_SCANCODE_CALL.md ├── SDL_SCANCODE_CANCEL.md ├── SDL_SCANCODE_CAPSLOCK.md ├── SDL_SCANCODE_CLEAR.md ├── SDL_SCANCODE_CLEARAGAIN.md ├── SDL_SCANCODE_COMMA.md ├── SDL_SCANCODE_COMPUTER.md ├── SDL_SCANCODE_COPY.md ├── SDL_SCANCODE_CRSEL.md ├── SDL_SCANCODE_CURRENCYSUBUNIT.md ├── SDL_SCANCODE_CURRENCYUNIT.md ├── SDL_SCANCODE_CUT.md ├── SDL_SCANCODE_D.md ├── SDL_SCANCODE_DECIMALSEPARATOR.md ├── SDL_SCANCODE_DELETE.md ├── SDL_SCANCODE_DOWN.md ├── SDL_SCANCODE_E.md ├── SDL_SCANCODE_EJECT.md ├── SDL_SCANCODE_END.md ├── SDL_SCANCODE_ENDCALL.md ├── SDL_SCANCODE_EQUALS.md ├── SDL_SCANCODE_ESCAPE.md ├── SDL_SCANCODE_EXECUTE.md ├── SDL_SCANCODE_EXSEL.md ├── SDL_SCANCODE_F.md ├── SDL_SCANCODE_F1.md ├── SDL_SCANCODE_F10.md ├── SDL_SCANCODE_F11.md ├── SDL_SCANCODE_F12.md ├── SDL_SCANCODE_F13.md ├── SDL_SCANCODE_F14.md ├── SDL_SCANCODE_F15.md ├── SDL_SCANCODE_F16.md ├── SDL_SCANCODE_F17.md ├── SDL_SCANCODE_F18.md ├── SDL_SCANCODE_F19.md ├── SDL_SCANCODE_F2.md ├── SDL_SCANCODE_F20.md ├── SDL_SCANCODE_F21.md ├── SDL_SCANCODE_F22.md ├── SDL_SCANCODE_F23.md ├── SDL_SCANCODE_F24.md ├── SDL_SCANCODE_F3.md ├── SDL_SCANCODE_F4.md ├── SDL_SCANCODE_F5.md ├── SDL_SCANCODE_F6.md ├── SDL_SCANCODE_F7.md ├── SDL_SCANCODE_F8.md ├── SDL_SCANCODE_F9.md ├── SDL_SCANCODE_FIND.md ├── SDL_SCANCODE_G.md ├── SDL_SCANCODE_H.md ├── SDL_SCANCODE_HELP.md ├── SDL_SCANCODE_HOME.md ├── SDL_SCANCODE_I.md ├── SDL_SCANCODE_INTERNATIONAL2.md ├── SDL_SCANCODE_INTERNATIONAL3.md ├── SDL_SCANCODE_INTERNATIONAL4.md ├── SDL_SCANCODE_INTERNATIONAL5.md ├── SDL_SCANCODE_INTERNATIONAL6.md ├── SDL_SCANCODE_INTERNATIONAL7.md ├── SDL_SCANCODE_INTERNATIONAL8.md ├── SDL_SCANCODE_INTERNATIONAL9.md ├── SDL_SCANCODE_J.md ├── SDL_SCANCODE_K.md ├── SDL_SCANCODE_KBDILLUMDOWN.md ├── SDL_SCANCODE_KBDILLUMTOGGLE.md ├── SDL_SCANCODE_KBDILLUMUP.md ├── SDL_SCANCODE_KP_0.md ├── SDL_SCANCODE_KP_00.md ├── SDL_SCANCODE_KP_000.md ├── SDL_SCANCODE_KP_1.md ├── SDL_SCANCODE_KP_2.md ├── SDL_SCANCODE_KP_3.md ├── SDL_SCANCODE_KP_4.md ├── SDL_SCANCODE_KP_5.md ├── SDL_SCANCODE_KP_6.md ├── SDL_SCANCODE_KP_7.md ├── SDL_SCANCODE_KP_8.md ├── SDL_SCANCODE_KP_9.md ├── SDL_SCANCODE_KP_A.md ├── SDL_SCANCODE_KP_AMPERSAND.md ├── SDL_SCANCODE_KP_AT.md ├── SDL_SCANCODE_KP_B.md ├── SDL_SCANCODE_KP_BACKSPACE.md ├── SDL_SCANCODE_KP_BINARY.md ├── SDL_SCANCODE_KP_C.md ├── SDL_SCANCODE_KP_CLEAR.md ├── SDL_SCANCODE_KP_CLEARENTRY.md ├── SDL_SCANCODE_KP_COLON.md ├── SDL_SCANCODE_KP_COMMA.md ├── SDL_SCANCODE_KP_D.md ├── SDL_SCANCODE_KP_DBLAMPERSAND.md ├── SDL_SCANCODE_KP_DBLVERTICALBAR.md ├── SDL_SCANCODE_KP_DECIMAL.md ├── SDL_SCANCODE_KP_DIVIDE.md ├── SDL_SCANCODE_KP_E.md ├── SDL_SCANCODE_KP_ENTER.md ├── SDL_SCANCODE_KP_EQUALS.md ├── SDL_SCANCODE_KP_EQUALSAS400.md ├── SDL_SCANCODE_KP_EXCLAM.md ├── SDL_SCANCODE_KP_F.md ├── SDL_SCANCODE_KP_GREATER.md ├── SDL_SCANCODE_KP_HASH.md ├── SDL_SCANCODE_KP_HEXADECIMAL.md ├── SDL_SCANCODE_KP_LEFTBRACE.md ├── SDL_SCANCODE_KP_LEFTPAREN.md ├── SDL_SCANCODE_KP_LESS.md ├── SDL_SCANCODE_KP_MEMADD.md ├── SDL_SCANCODE_KP_MEMCLEAR.md ├── SDL_SCANCODE_KP_MEMDIVIDE.md ├── SDL_SCANCODE_KP_MEMMULTIPLY.md ├── SDL_SCANCODE_KP_MEMRECALL.md ├── SDL_SCANCODE_KP_MEMSTORE.md ├── SDL_SCANCODE_KP_MEMSUBTRACT.md ├── SDL_SCANCODE_KP_MINUS.md ├── SDL_SCANCODE_KP_MULTIPLY.md ├── SDL_SCANCODE_KP_OCTAL.md ├── SDL_SCANCODE_KP_PERCENT.md ├── SDL_SCANCODE_KP_PERIOD.md ├── SDL_SCANCODE_KP_PLUS.md ├── SDL_SCANCODE_KP_PLUSMINUS.md ├── SDL_SCANCODE_KP_POWER.md ├── SDL_SCANCODE_KP_RIGHTBRACE.md ├── SDL_SCANCODE_KP_RIGHTPAREN.md ├── SDL_SCANCODE_KP_SPACE.md ├── SDL_SCANCODE_KP_TAB.md ├── SDL_SCANCODE_KP_VERTICALBAR.md ├── SDL_SCANCODE_KP_XOR.md ├── SDL_SCANCODE_L.md ├── SDL_SCANCODE_LALT.md ├── SDL_SCANCODE_LANG1.md ├── SDL_SCANCODE_LANG2.md ├── SDL_SCANCODE_LANG3.md ├── SDL_SCANCODE_LANG4.md ├── SDL_SCANCODE_LANG5.md ├── SDL_SCANCODE_LANG6.md ├── SDL_SCANCODE_LANG7.md ├── SDL_SCANCODE_LANG8.md ├── SDL_SCANCODE_LANG9.md ├── SDL_SCANCODE_LCTRL.md ├── SDL_SCANCODE_LEFT.md ├── SDL_SCANCODE_LEFTBRACKET.md ├── SDL_SCANCODE_LGUI.md ├── SDL_SCANCODE_LSHIFT.md ├── SDL_SCANCODE_M.md ├── SDL_SCANCODE_MAIL.md ├── SDL_SCANCODE_MEDIASELECT.md ├── SDL_SCANCODE_MENU.md ├── SDL_SCANCODE_MINUS.md ├── SDL_SCANCODE_MUTE.md ├── SDL_SCANCODE_N.md ├── SDL_SCANCODE_O.md ├── SDL_SCANCODE_OPER.md ├── SDL_SCANCODE_OUT.md ├── SDL_SCANCODE_P.md ├── SDL_SCANCODE_PAGEDOWN.md ├── SDL_SCANCODE_PAGEUP.md ├── SDL_SCANCODE_PASTE.md ├── SDL_SCANCODE_PAUSE.md ├── SDL_SCANCODE_PERIOD.md ├── SDL_SCANCODE_PRINTSCREEN.md ├── SDL_SCANCODE_PRIOR.md ├── SDL_SCANCODE_Q.md ├── SDL_SCANCODE_R.md ├── SDL_SCANCODE_RALT.md ├── SDL_SCANCODE_RCTRL.md ├── SDL_SCANCODE_RETURN.md ├── SDL_SCANCODE_RETURN2.md ├── SDL_SCANCODE_RGUI.md ├── SDL_SCANCODE_RIGHT.md ├── SDL_SCANCODE_RIGHTBRACKET.md ├── SDL_SCANCODE_RSHIFT.md ├── SDL_SCANCODE_S.md ├── SDL_SCANCODE_SCROLLLOCK.md ├── SDL_SCANCODE_SELECT.md ├── SDL_SCANCODE_SEMICOLON.md ├── SDL_SCANCODE_SEPARATOR.md ├── SDL_SCANCODE_SLASH.md ├── SDL_SCANCODE_SLEEP.md ├── SDL_SCANCODE_SPACE.md ├── SDL_SCANCODE_STOP.md ├── SDL_SCANCODE_SYSREQ.md ├── SDL_SCANCODE_T.md ├── SDL_SCANCODE_TAB.md ├── SDL_SCANCODE_THOUSANDSSEPARATOR.md ├── SDL_SCANCODE_TO_KEYCODE.md ├── SDL_SCANCODE_U.md ├── SDL_SCANCODE_UNDO.md ├── SDL_SCANCODE_UNKNOWN.md ├── SDL_SCANCODE_UP.md ├── SDL_SCANCODE_V.md ├── SDL_SCANCODE_VOLUMEDOWN.md ├── SDL_SCANCODE_VOLUMEUP.md ├── SDL_SCANCODE_W.md ├── SDL_SCANCODE_WWW.md ├── SDL_SCANCODE_X.md ├── SDL_SCANCODE_Y.md ├── SDL_SCANCODE_Z.md ├── SDL_SENSORUPDATE.md ├── SDL_SENSOR_ACCEL.md ├── SDL_SENSOR_ACCEL_L.md ├── SDL_SENSOR_ACCEL_R.md ├── SDL_SENSOR_GYRO.md ├── SDL_SENSOR_GYRO_L.md ├── SDL_SENSOR_GYRO_R.md ├── SDL_SENSOR_INVALID.md ├── SDL_SENSOR_UNKNOWN.md ├── SDL_SIMDAlloc.md ├── SDL_SIMDFree.md ├── SDL_SIMDGetAlignment.md ├── SDL_SIMDRealloc.md ├── SDL_STANDARD_GRAVITY.md ├── SDL_STRINGIFY_ARG.md ├── SDL_SYSTEM_CURSOR_ARROW.md ├── SDL_SYSTEM_CURSOR_CROSSHAIR.md ├── SDL_SYSTEM_CURSOR_HAND.md ├── SDL_SYSTEM_CURSOR_IBEAM.md ├── SDL_SYSTEM_CURSOR_NO.md ├── SDL_SYSTEM_CURSOR_SIZEALL.md ├── SDL_SYSTEM_CURSOR_SIZENESW.md ├── SDL_SYSTEM_CURSOR_SIZENS.md ├── SDL_SYSTEM_CURSOR_SIZENWSE.md ├── SDL_SYSTEM_CURSOR_SIZEWE.md ├── SDL_SYSTEM_CURSOR_WAIT.md ├── SDL_SYSTEM_CURSOR_WAITARROW.md ├── SDL_SYSWMEVENT.md ├── SDL_SYSWM_ANDROID.md ├── SDL_SYSWM_COCOA.md ├── SDL_SYSWM_DIRECTFB.md ├── SDL_SYSWM_HAIKU.md ├── SDL_SYSWM_KMSDRM.md ├── SDL_SYSWM_MIR.md ├── SDL_SYSWM_OS2.md ├── SDL_SYSWM_RISCOS.md ├── SDL_SYSWM_TYPE.md ├── SDL_SYSWM_UIKIT.md ├── SDL_SYSWM_UNKNOWN.md ├── SDL_SYSWM_VIVANTE.md ├── SDL_SYSWM_WAYLAND.md ├── SDL_SYSWM_WINDOWS.md ├── SDL_SYSWM_WINRT.md ├── SDL_SYSWM_X11.md ├── SDL_SaveAllDollarTemplates.md ├── SDL_SaveBMP.md ├── SDL_SaveBMP_RW.md ├── SDL_SaveDollarTemplate.md ├── SDL_ScaleMode.md ├── SDL_ScaleModeBest.md ├── SDL_ScaleModeLinear.md ├── SDL_ScaleModeNearest.md ├── SDL_Scancode.md ├── SDL_ScancodeAndKeycode.mediawiki ├── SDL_SemPost.md ├── SDL_SemTryWait.md ├── SDL_SemValue.md ├── SDL_SemWait.md ├── SDL_SemWaitTimeout.md ├── SDL_SensorClose.md ├── SDL_SensorEvent.md ├── SDL_SensorFromInstanceID.md ├── SDL_SensorGetData.md ├── SDL_SensorGetDataWithTimestamp.md ├── SDL_SensorGetDeviceInstanceID.md ├── SDL_SensorGetDeviceName.md ├── SDL_SensorGetDeviceNonPortableType.md ├── SDL_SensorGetDeviceType.md ├── SDL_SensorGetInstanceID.md ├── SDL_SensorGetName.md ├── SDL_SensorGetNonPortableType.md ├── SDL_SensorGetType.md ├── SDL_SensorID.md ├── SDL_SensorOpen.md ├── SDL_SensorType.md ├── SDL_SensorUpdate.md ├── SDL_SetAssertionHandler.md ├── SDL_SetClipRect.md ├── SDL_SetClipboardText.md ├── SDL_SetColorKey.md ├── SDL_SetCursor.md ├── SDL_SetError.md ├── SDL_SetEventFilter.md ├── SDL_SetHint.md ├── SDL_SetHintWithPriority.md ├── SDL_SetMainReady.md ├── SDL_SetMemoryFunctions.md ├── SDL_SetModState.md ├── SDL_SetPaletteColors.md ├── SDL_SetPixelFormatPalette.md ├── SDL_SetPrimarySelectionText.md ├── SDL_SetRelativeMouseMode.md ├── SDL_SetRenderDrawBlendMode.md ├── SDL_SetRenderDrawColor.md ├── SDL_SetRenderTarget.md ├── SDL_SetSurfaceAlphaMod.md ├── SDL_SetSurfaceBlendMode.md ├── SDL_SetSurfaceColorMod.md ├── SDL_SetSurfacePalette.md ├── SDL_SetSurfaceRLE.md ├── SDL_SetTextInputRect.md ├── SDL_SetTextureAlphaMod.md ├── SDL_SetTextureBlendMode.md ├── SDL_SetTextureColorMod.md ├── SDL_SetTextureScaleMode.md ├── SDL_SetTextureUserData.md ├── SDL_SetThreadPriority.md ├── SDL_SetWindowAlwaysOnTop.md ├── SDL_SetWindowBordered.md ├── SDL_SetWindowBrightness.md ├── SDL_SetWindowData.md ├── SDL_SetWindowDisplayMode.md ├── SDL_SetWindowFullscreen.md ├── SDL_SetWindowGammaRamp.md ├── SDL_SetWindowGrab.md ├── SDL_SetWindowHitTest.md ├── SDL_SetWindowIcon.md ├── SDL_SetWindowInputFocus.md ├── SDL_SetWindowKeyboardGrab.md ├── SDL_SetWindowMaximumSize.md ├── SDL_SetWindowMinimumSize.md ├── SDL_SetWindowModalFor.md ├── SDL_SetWindowMouseGrab.md ├── SDL_SetWindowMouseRect.md ├── SDL_SetWindowOpacity.md ├── SDL_SetWindowPosition.md ├── SDL_SetWindowResizable.md ├── SDL_SetWindowShape.md ├── SDL_SetWindowSize.md ├── SDL_SetWindowTitle.md ├── SDL_SetWindowsMessageHook.md ├── SDL_SetYUVConversionMode.md ├── SDL_ShowCursor.md ├── SDL_ShowMessageBox.md ├── SDL_ShowSimpleMessageBox.md ├── SDL_ShowWindow.md ├── SDL_SoftStretch.md ├── SDL_SoftStretchLinear.md ├── SDL_StartTextInput.md ├── SDL_StopTextInput.md ├── SDL_Surface.md ├── SDL_Swap16.md ├── SDL_Swap32.md ├── SDL_Swap64.md ├── SDL_SwapFloat.md ├── SDL_SysWMEvent.md ├── SDL_SysWMinfo.md ├── SDL_SysWMmsg.md ├── SDL_SystemCursor.md ├── SDL_TEXTEDITING.md ├── SDL_TEXTEDITING_EXT.md ├── SDL_TEXTINPUT.md ├── SDL_TEXTINPUTEVENT_TEXT_SIZE.md ├── SDL_TEXTUREACCESS_STATIC.md ├── SDL_TEXTUREACCESS_STREAMING.md ├── SDL_TEXTUREACCESS_TARGET.md ├── SDL_TEXTUREMODULATE_ALPHA.md ├── SDL_TEXTUREMODULATE_COLOR.md ├── SDL_TEXTUREMODULATE_NONE.md ├── SDL_THREAD_PRIORITY_HIGH.md ├── SDL_THREAD_PRIORITY_LOW.md ├── SDL_THREAD_PRIORITY_NORMAL.md ├── SDL_THREAD_PRIORITY_TIME_CRITICAL.md ├── SDL_TICKS_PASSED.md ├── SDL_TLSCleanup.md ├── SDL_TLSCreate.md ├── SDL_TLSGet.md ├── SDL_TLSSet.md ├── SDL_TextEditingEvent.md ├── SDL_TextEditingExtEvent.md ├── SDL_TextInputEvent.md ├── SDL_Texture.md ├── SDL_TextureAccess.md ├── SDL_TextureModulate.md ├── SDL_ThreadFunction.md ├── SDL_ThreadID.md ├── SDL_ThreadPriority.md ├── SDL_TimerCallback.md ├── SDL_TimerID.md ├── SDL_TouchFingerEvent.md ├── SDL_TriggerBreakpoint.mediawiki ├── SDL_TryLockMutex.md ├── SDL_UIKitRunApp.md ├── SDL_USEREVENT.md ├── SDL_UnionFRect.md ├── SDL_UnionRect.md ├── SDL_UnloadObject.md ├── SDL_UnlockAudio.md ├── SDL_UnlockAudioDevice.md ├── SDL_UnlockJoysticks.md ├── SDL_UnlockMutex.md ├── SDL_UnlockSurface.md ├── SDL_UnlockTexture.md ├── SDL_UnregisterApp.md ├── SDL_UpdateNVTexture.md ├── SDL_UpdateTexture.md ├── SDL_UpdateWindowSurface.md ├── SDL_UpdateWindowSurfaceRects.md ├── SDL_UpdateYUVTexture.md ├── SDL_UpperBlit.md ├── SDL_UpperBlitScaled.md ├── SDL_UserEvent.md ├── SDL_VERSION.md ├── SDL_VERSIONNUM.md ├── SDL_VERSION_ATLEAST.md ├── SDL_VIRTUAL_JOYSTICK_DESC_VERSION.md ├── SDL_Vertex.md ├── SDL_VertexSolid.mediawiki ├── SDL_VideoInit.md ├── SDL_VideoQuit.md ├── SDL_VirtualJoystickDesc.md ├── SDL_Vulkan_CreateSurface.md ├── SDL_Vulkan_GetDrawableSize.md ├── SDL_Vulkan_GetInstanceExtensions.md ├── SDL_Vulkan_GetVkGetInstanceProcAddr.md ├── SDL_Vulkan_LoadLibrary.md ├── SDL_Vulkan_UnloadLibrary.md ├── SDL_WINDOWEVENT.md ├── SDL_WINDOWEVENT_CLOSE.md ├── SDL_WINDOWEVENT_DISPLAY_CHANGED.md ├── SDL_WINDOWEVENT_ENTER.md ├── SDL_WINDOWEVENT_FOCUS_GAINED.md ├── SDL_WINDOWEVENT_FOCUS_LOST.md ├── SDL_WINDOWEVENT_HIDDEN.md ├── SDL_WINDOWEVENT_HIT_TEST.md ├── SDL_WINDOWEVENT_ICCPROF_CHANGED.md ├── SDL_WINDOWEVENT_LEAVE.md ├── SDL_WINDOWEVENT_MAXIMIZED.md ├── SDL_WINDOWEVENT_MINIMIZED.md ├── SDL_WINDOWEVENT_NONE.md ├── SDL_WINDOWEVENT_RESIZED.md ├── SDL_WINDOWEVENT_SHOWN.md ├── SDL_WINDOWEVENT_TAKE_FOCUS.md ├── SDL_WINDOWPOS_CENTERED_MASK.md ├── SDL_WINDOWPOS_UNDEFINED_MASK.md ├── SDL_WINDOW_ALWAYS_ON_TOP.md ├── SDL_WINDOW_BORDERLESS.md ├── SDL_WINDOW_FOREIGN.md ├── SDL_WINDOW_FULLSCREEN.md ├── SDL_WINDOW_FULLSCREEN_DESKTOP.md ├── SDL_WINDOW_HIDDEN.md ├── SDL_WINDOW_INPUT_FOCUS.md ├── SDL_WINDOW_INPUT_GRABBED.md ├── SDL_WINDOW_KEYBOARD_GRABBED.md ├── SDL_WINDOW_MAXIMIZED.md ├── SDL_WINDOW_METAL.md ├── SDL_WINDOW_MINIMIZED.md ├── SDL_WINDOW_MOUSE_CAPTURE.md ├── SDL_WINDOW_MOUSE_FOCUS.md ├── SDL_WINDOW_MOUSE_GRABBED.md ├── SDL_WINDOW_OPENGL.md ├── SDL_WINDOW_POPUP_MENU.md ├── SDL_WINDOW_RESIZABLE.md ├── SDL_WINDOW_SHOWN.md ├── SDL_WINDOW_SKIP_TASKBAR.md ├── SDL_WINDOW_TOOLTIP.md ├── SDL_WINDOW_UTILITY.md ├── SDL_WINDOW_VULKAN.md ├── SDL_WINRT_DEVICEFAMILY_DESKTOP.md ├── SDL_WINRT_DEVICEFAMILY_MOBILE.md ├── SDL_WINRT_DEVICEFAMILY_UNKNOWN.md ├── SDL_WINRT_DEVICEFAMILY_XBOX.md ├── SDL_WINRT_PATH_INSTALLED_LOCATION.md ├── SDL_WINRT_PATH_LOCAL_FOLDER.md ├── SDL_WINRT_PATH_ROAMING_FOLDER.md ├── SDL_WINRT_PATH_TEMP_FOLDER.md ├── SDL_WaitEvent.md ├── SDL_WaitEventTimeout.md ├── SDL_WaitThread.md ├── SDL_WarpMouseGlobal.md ├── SDL_WarpMouseInWindow.md ├── SDL_WasInit.md ├── SDL_WinRTGetDeviceFamily.md ├── SDL_WinRTGetFSPathUNICODE.md ├── SDL_WinRTGetFSPathUTF8.md ├── SDL_WinRTRunApp.md ├── SDL_WinRT_DeviceFamily.md ├── SDL_WinRT_Path.md ├── SDL_Window.md ├── SDL_WindowEvent.md ├── SDL_WindowEventID.md ├── SDL_WindowFlags.md ├── SDL_WriteBE16.md ├── SDL_WriteBE32.md ├── SDL_WriteBE64.md ├── SDL_WriteLE16.md ├── SDL_WriteLE32.md ├── SDL_WriteLE64.md ├── SDL_WriteU8.md ├── SDL_YUV_CONVERSION_AUTOMATIC.md ├── SDL_YUV_CONVERSION_BT601.md ├── SDL_YUV_CONVERSION_BT709.md ├── SDL_YUV_CONVERSION_JPEG.md ├── SDL_YUV_CONVERSION_MODE.md ├── SDL_acos.md ├── SDL_arraysize.md ├── SDL_assert.mediawiki ├── SDL_assert_data.mediawiki ├── SDL_assert_paranoid.mediawiki ├── SDL_assert_release.mediawiki ├── SDL_assert_state.mediawiki ├── SDL_atomic_t.md ├── SDL_blit.md ├── SDL_bool.mediawiki ├── SDL_hid_ble_scan.md ├── SDL_hid_close.md ├── SDL_hid_device_change_count.md ├── SDL_hid_device_info.md ├── SDL_hid_enumerate.md ├── SDL_hid_exit.md ├── SDL_hid_free_enumeration.md ├── SDL_hid_get_feature_report.md ├── SDL_hid_get_indexed_string.md ├── SDL_hid_get_manufacturer_string.md ├── SDL_hid_get_product_string.md ├── SDL_hid_get_serial_number_string.md ├── SDL_hid_init.md ├── SDL_hid_open.md ├── SDL_hid_open_path.md ├── SDL_hid_read.md ├── SDL_hid_read_timeout.md ├── SDL_hid_send_feature_report.md ├── SDL_hid_set_nonblocking.md ├── SDL_hid_write.md ├── SDL_iOSSetAnimationCallback.md ├── SDL_iOSSetEventPump.md ├── SDL_iPhoneSetAnimationCallback.md ├── SDL_iPhoneSetEventPump.md ├── SDL_iconv_string.md ├── SDL_main_func.md ├── SDL_mutexP.md ├── SDL_mutexV.md ├── SDL_size_add_overflow.md ├── SDL_size_mul_overflow.md ├── SDL_version.md ├── Sint16.md ├── Sint32.md ├── Sint64.md ├── Sint8.md ├── SourceCode.md ├── Support.mediawiki ├── ToDo.mediawiki ├── Tutorials-AudioStream.mediawiki ├── Tutorials-TextInput.mediawiki ├── Tutorials.mediawiki ├── Uint16.md ├── Uint32.md ├── Uint64.md ├── Uint8.md └── Undocumented.md ├── SDL2_image ├── CategoryAPI.mediawiki ├── CategoryAPIEnum.md ├── CategoryAPIEnumerators.md ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── CategoryAPIStruct.md ├── FrontPage.mediawiki ├── IMG_Animation.md ├── IMG_FreeAnimation.md ├── IMG_GetError.md ├── IMG_INIT_AVIF.md ├── IMG_INIT_JPG.md ├── IMG_INIT_JXL.md ├── IMG_INIT_PNG.md ├── IMG_INIT_TIF.md ├── IMG_INIT_WEBP.md ├── IMG_Init.md ├── IMG_InitFlags.md ├── IMG_Linked_Version.md ├── IMG_Load.md ├── IMG_LoadAVIF_RW.md ├── IMG_LoadAnimation.md ├── IMG_LoadAnimationTyped_RW.md ├── IMG_LoadAnimation_RW.md ├── IMG_LoadBMP_RW.md ├── IMG_LoadCUR_RW.md ├── IMG_LoadGIFAnimation_RW.md ├── IMG_LoadGIF_RW.md ├── IMG_LoadICO_RW.md ├── IMG_LoadJPG_RW.md ├── IMG_LoadJXL_RW.md ├── IMG_LoadLBM_RW.md ├── IMG_LoadPCX_RW.md ├── IMG_LoadPNG_RW.md ├── IMG_LoadPNM_RW.md ├── IMG_LoadQOI_RW.md ├── IMG_LoadSVG_RW.md ├── IMG_LoadSizedSVG_RW.md ├── IMG_LoadTGA_RW.md ├── IMG_LoadTIF_RW.md ├── IMG_LoadTexture.md ├── IMG_LoadTextureTyped_RW.md ├── IMG_LoadTexture_RW.md ├── IMG_LoadTyped_RW.md ├── IMG_LoadWEBPAnimation_RW.md ├── IMG_LoadWEBP_RW.md ├── IMG_LoadXCF_RW.md ├── IMG_LoadXPM_RW.md ├── IMG_LoadXV_RW.md ├── IMG_Load_RW.md ├── IMG_Quit.md ├── IMG_ReadXPMFromArray.md ├── IMG_ReadXPMFromArrayToRGB888.md ├── IMG_SaveJPG.md ├── IMG_SaveJPG_RW.md ├── IMG_SavePNG.md ├── IMG_SavePNG_RW.md ├── IMG_SetError.md ├── IMG_isAVIF.md ├── IMG_isBMP.md ├── IMG_isCUR.md ├── IMG_isGIF.md ├── IMG_isICO.md ├── IMG_isJPG.md ├── IMG_isJXL.md ├── IMG_isLBM.md ├── IMG_isPCX.md ├── IMG_isPNG.md ├── IMG_isPNM.md ├── IMG_isQOI.md ├── IMG_isSVG.md ├── IMG_isTIF.md ├── IMG_isWEBP.md ├── IMG_isXCF.md ├── IMG_isXPM.md ├── IMG_isXV.md ├── SDL_IMAGE_COMPILEDVERSION.md ├── SDL_IMAGE_MAJOR_VERSION.md ├── SDL_IMAGE_VERSION.md ├── SDL_IMAGE_VERSION_ATLEAST.md └── Undocumented.md ├── SDL2_mixer ├── CategoryAPI.mediawiki ├── CategoryAPIDatatype.md ├── CategoryAPIEnum.md ├── CategoryAPIEnumerators.md ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── CategoryAPIStruct.md ├── FrontPage.mediawiki ├── MIX_CHANNEL_POST.md ├── MIX_EFFECTSMAXSPEED.md ├── MIX_FADING_IN.md ├── MIX_FADING_OUT.md ├── MIX_INIT_FLAC.md ├── MIX_INIT_MID.md ├── MIX_INIT_MOD.md ├── MIX_INIT_MP3.md ├── MIX_INIT_OGG.md ├── MIX_INIT_OPUS.md ├── MIX_INIT_WAVPACK.md ├── MIX_InitFlags.md ├── MIX_NO_FADING.md ├── MUS_CMD.md ├── MUS_FLAC.md ├── MUS_GME.md ├── MUS_MID.md ├── MUS_MOD.md ├── MUS_MODPLUG_UNUSED.md ├── MUS_MP3.md ├── MUS_MP3_MAD_UNUSED.md ├── MUS_NONE.md ├── MUS_OGG.md ├── MUS_OPUS.md ├── MUS_WAV.md ├── MUS_WAVPACK.md ├── Mix_AllocateChannels.md ├── Mix_ChannelFinished.md ├── Mix_Chunk.md ├── Mix_ClearError.md ├── Mix_CloseAudio.md ├── Mix_EachSoundFont.md ├── Mix_EffectDone_t.md ├── Mix_EffectFunc_t.md ├── Mix_ExpireChannel.md ├── Mix_FadeInChannel.md ├── Mix_FadeInChannelTimed.md ├── Mix_FadeInMusic.md ├── Mix_FadeInMusicPos.md ├── Mix_FadeOutChannel.md ├── Mix_FadeOutGroup.md ├── Mix_FadeOutMusic.md ├── Mix_Fading.md ├── Mix_FadingChannel.md ├── Mix_FadingMusic.md ├── Mix_FreeChunk.md ├── Mix_FreeMusic.md ├── Mix_GetChunk.md ├── Mix_GetChunkDecoder.md ├── Mix_GetError.md ├── Mix_GetMusicAlbumTag.md ├── Mix_GetMusicArtistTag.md ├── Mix_GetMusicCopyrightTag.md ├── Mix_GetMusicDecoder.md ├── Mix_GetMusicHookData.md ├── Mix_GetMusicLoopEndTime.md ├── Mix_GetMusicLoopLengthTime.md ├── Mix_GetMusicLoopStartTime.md ├── Mix_GetMusicPosition.md ├── Mix_GetMusicTitle.md ├── Mix_GetMusicTitleTag.md ├── Mix_GetMusicType.md ├── Mix_GetMusicVolume.md ├── Mix_GetNumChunkDecoders.md ├── Mix_GetNumMusicDecoders.md ├── Mix_GetNumTracks.md ├── Mix_GetSoundFonts.md ├── Mix_GetSynchroValue.md ├── Mix_GetTimidityCfg.md ├── Mix_GroupAvailable.md ├── Mix_GroupChannel.md ├── Mix_GroupChannels.md ├── Mix_GroupCount.md ├── Mix_GroupNewer.md ├── Mix_GroupOldest.md ├── Mix_HaltChannel.md ├── Mix_HaltGroup.md ├── Mix_HaltMusic.md ├── Mix_HasChunkDecoder.md ├── Mix_HasMusicDecoder.md ├── Mix_HookMusic.md ├── Mix_HookMusicFinished.md ├── Mix_Init.md ├── Mix_Linked_Version.md ├── Mix_LoadMUS.md ├── Mix_LoadMUSType_RW.md ├── Mix_LoadMUS_RW.md ├── Mix_LoadWAV.md ├── Mix_LoadWAV_RW.md ├── Mix_MasterVolume.md ├── Mix_ModMusicJumpToOrder.md ├── Mix_Music.md ├── Mix_MusicDuration.md ├── Mix_MusicType.md ├── Mix_OpenAudio.md ├── Mix_OpenAudioDevice.md ├── Mix_OutOfMemory.md ├── Mix_Pause.md ├── Mix_PauseAudio.mediawiki ├── Mix_PauseMusic.md ├── Mix_Paused.md ├── Mix_PausedMusic.md ├── Mix_PlayChannel.md ├── Mix_PlayChannelTimed.md ├── Mix_PlayMusic.md ├── Mix_Playing.md ├── Mix_PlayingMusic.md ├── Mix_QuerySpec.md ├── Mix_QuickLoad_RAW.md ├── Mix_QuickLoad_WAV.md ├── Mix_Quit.md ├── Mix_RegisterEffect.md ├── Mix_ReserveChannels.md ├── Mix_Resume.md ├── Mix_ResumeMusic.md ├── Mix_RewindMusic.md ├── Mix_SetDistance.md ├── Mix_SetError.md ├── Mix_SetMusicCMD.md ├── Mix_SetMusicPosition.md ├── Mix_SetPanning.md ├── Mix_SetPosition.md ├── Mix_SetPostMix.md ├── Mix_SetReverseStereo.md ├── Mix_SetSoundFonts.md ├── Mix_SetSynchroValue.md ├── Mix_SetTimidityCfg.md ├── Mix_StartTrack.md ├── Mix_UnregisterAllEffects.md ├── Mix_UnregisterEffect.md ├── Mix_Volume.md ├── Mix_VolumeChunk.md ├── Mix_VolumeMusic.md ├── SDL_MIXER_COMPILEDVERSION.md ├── SDL_MIXER_MAJOR_VERSION.md ├── SDL_MIXER_VERSION.md ├── SDL_MIXER_VERSION_ATLEAST.md ├── Undocumented.md └── _Mix_Music.md ├── SDL2_net ├── CategoryAPI.mediawiki ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── FrontPage.mediawiki ├── SDLNet_AddSocket.md ├── SDLNet_AllocPacket.md ├── SDLNet_AllocPacketV.md ├── SDLNet_AllocSocketSet.md ├── SDLNet_CheckSockets.md ├── SDLNet_DelSocket.md ├── SDLNet_FreePacket.md ├── SDLNet_FreePacketV.md ├── SDLNet_FreeSocketSet.md ├── SDLNet_GetError.md ├── SDLNet_GetLocalAddresses.md ├── SDLNet_Init.md ├── SDLNet_Linked_Version.md ├── SDLNet_Quit.md ├── SDLNet_ResizePacket.md ├── SDLNet_ResolveHost.md ├── SDLNet_ResolveIP.md ├── SDLNet_SetError.md ├── SDLNet_SocketReady.md ├── SDLNet_TCP_Accept.md ├── SDLNet_TCP_AddSocket.md ├── SDLNet_TCP_Close.md ├── SDLNet_TCP_DelSocket.md ├── SDLNet_TCP_GetPeerAddress.md ├── SDLNet_TCP_Open.md ├── SDLNet_TCP_OpenClient.md ├── SDLNet_TCP_OpenServer.md ├── SDLNet_TCP_Recv.md ├── SDLNet_TCP_Send.md ├── SDLNet_UDP_AddSocket.md ├── SDLNet_UDP_Bind.md ├── SDLNet_UDP_Close.md ├── SDLNet_UDP_DelSocket.md ├── SDLNet_UDP_GetPeerAddress.md ├── SDLNet_UDP_Open.md ├── SDLNet_UDP_Recv.md ├── SDLNet_UDP_RecvV.md ├── SDLNet_UDP_Send.md ├── SDLNet_UDP_SendV.md ├── SDLNet_UDP_SetPacketLoss.md ├── SDLNet_UDP_Unbind.md ├── SDL_NET_COMPILEDVERSION.md ├── SDL_NET_VERSION_ATLEAST.md └── Undocumented.md ├── SDL2_ttf ├── CategoryAPI.mediawiki ├── CategoryAPIDatatype.md ├── CategoryAPIEnum.md ├── CategoryAPIEnumerators.md ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── CategoryAPIStruct.md ├── FrontPage.mediawiki ├── SDL_TTF_COMPILEDVERSION.md ├── SDL_TTF_MAJOR_VERSION.md ├── SDL_TTF_VERSION.md ├── SDL_TTF_VERSION_ATLEAST.md ├── TTF_ByteSwappedUNICODE.md ├── TTF_CloseFont.md ├── TTF_DIRECTION_BTT.md ├── TTF_DIRECTION_LTR.md ├── TTF_DIRECTION_RTL.md ├── TTF_DIRECTION_TTB.md ├── TTF_Direction.md ├── TTF_Font.md ├── TTF_FontAscent.md ├── TTF_FontDescent.md ├── TTF_FontFaceFamilyName.md ├── TTF_FontFaceIsFixedWidth.md ├── TTF_FontFaceStyleName.md ├── TTF_FontFaces.md ├── TTF_FontHeight.md ├── TTF_FontLineSkip.md ├── TTF_GetError.md ├── TTF_GetFontHinting.md ├── TTF_GetFontKerning.md ├── TTF_GetFontOutline.md ├── TTF_GetFontStyle.md ├── TTF_GetFontWrappedAlign.md ├── TTF_GetFreeTypeVersion.md ├── TTF_GetHarfBuzzVersion.md ├── TTF_GlyphIsProvided.md ├── TTF_GlyphIsProvided32.md ├── TTF_GlyphMetrics.md ├── TTF_GlyphMetrics32.md ├── TTF_HINTING_NORMAL.md ├── TTF_Init.md ├── TTF_Linked_Version.md ├── TTF_MAJOR_VERSION.md ├── TTF_MeasureText.md ├── TTF_MeasureUNICODE.md ├── TTF_MeasureUTF8.md ├── TTF_OpenFont.md ├── TTF_OpenFontDPI.md ├── TTF_OpenFontDPIRW.md ├── TTF_OpenFontIndex.md ├── TTF_OpenFontIndexDPI.md ├── TTF_OpenFontIndexDPIRW.md ├── TTF_OpenFontIndexRW.md ├── TTF_OpenFontRW.md ├── TTF_Quit.md ├── TTF_RenderGlyph32_Blended.md ├── TTF_RenderGlyph32_LCD.md ├── TTF_RenderGlyph32_Shaded.md ├── TTF_RenderGlyph32_Solid.md ├── TTF_RenderGlyph_Blended.md ├── TTF_RenderGlyph_LCD.md ├── TTF_RenderGlyph_Shaded.md ├── TTF_RenderGlyph_Solid.md ├── TTF_RenderText_Blended.md ├── TTF_RenderText_Blended_Wrapped.md ├── TTF_RenderText_LCD.md ├── TTF_RenderText_LCD_Wrapped.md ├── TTF_RenderText_Shaded.md ├── TTF_RenderText_Shaded_Wrapped.md ├── TTF_RenderText_Solid.md ├── TTF_RenderText_Solid_Wrapped.md ├── TTF_RenderUNICODE_Blended.md ├── TTF_RenderUNICODE_Blended_Wrapped.md ├── TTF_RenderUNICODE_LCD.md ├── TTF_RenderUNICODE_LCD_Wrapped.md ├── TTF_RenderUNICODE_Shaded.md ├── TTF_RenderUNICODE_Shaded_Wrapped.md ├── TTF_RenderUNICODE_Solid.md ├── TTF_RenderUNICODE_Solid_Wrapped.md ├── TTF_RenderUTF8_Blended.md ├── TTF_RenderUTF8_Blended_Wrapped.md ├── TTF_RenderUTF8_LCD.md ├── TTF_RenderUTF8_LCD_Wrapped.md ├── TTF_RenderUTF8_Shaded.md ├── TTF_RenderUTF8_Shaded_Wrapped.md ├── TTF_RenderUTF8_Solid.md ├── TTF_RenderUTF8_Solid_Wrapped.md ├── TTF_STYLE_NORMAL.md ├── TTF_SetDirection.md ├── TTF_SetError.md ├── TTF_SetFontDirection.md ├── TTF_SetFontHinting.md ├── TTF_SetFontKerning.md ├── TTF_SetFontLineSkip.md ├── TTF_SetFontOutline.md ├── TTF_SetFontScriptName.md ├── TTF_SetFontSize.md ├── TTF_SetFontSizeDPI.md ├── TTF_SetFontStyle.md ├── TTF_SetFontWrappedAlign.md ├── TTF_SetScript.md ├── TTF_SizeText.md ├── TTF_SizeUNICODE.md ├── TTF_SizeUTF8.md ├── TTF_WRAPPED_ALIGN_LEFT.md ├── TTF_WasInit.md ├── UNICODE_BOM_NATIVE.md ├── Undocumented.md └── _TTF_Font.md ├── SDL3 ├── APIByCategory.md ├── Android.md ├── Articles.md ├── BestKeyboardPractices.md ├── Books.md ├── CategoryAPI.md ├── CategoryAPICategory.md ├── CategoryAPIDatatype.md ├── CategoryAPIEnum.md ├── CategoryAPIEnumerators.md ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── CategoryAPIStruct.md ├── CategoryAndroid.md ├── CategoryAssert.md ├── CategoryAsyncIO.md ├── CategoryAtomic.md ├── CategoryAudio.md ├── CategoryBeginCode.md ├── CategoryBits.md ├── CategoryBlendmode.md ├── CategoryCPUInfo.md ├── CategoryCamera.md ├── CategoryClipboard.md ├── CategoryDialog.md ├── CategoryEndian.md ├── CategoryError.md ├── CategoryEvents.md ├── CategoryFilesystem.md ├── CategoryGPU.md ├── CategoryGUID.md ├── CategoryGameController.md ├── CategoryGamepad.md ├── CategoryHIDAPI.md ├── CategoryHaptic.md ├── CategoryHints.md ├── CategoryIOStream.md ├── CategoryInit.md ├── CategoryIntrinsics.md ├── CategoryJoystick.md ├── CategoryKeyboard.md ├── CategoryKeycode.md ├── CategoryLocale.md ├── CategoryLog.md ├── CategoryMain.md ├── CategoryMessagebox.md ├── CategoryMetal.md ├── CategoryMisc.md ├── CategoryMouse.md ├── CategoryMutex.md ├── CategoryPen.md ├── CategoryPixels.md ├── CategoryPlatform.md ├── CategoryPower.md ├── CategoryProcess.md ├── CategoryProperties.md ├── CategoryRect.md ├── CategoryRender.md ├── CategoryScancode.md ├── CategorySensor.md ├── CategorySharedObject.md ├── CategoryStdinc.md ├── CategoryStorage.md ├── CategorySurface.md ├── CategorySystem.md ├── CategoryThread.md ├── CategoryTime.md ├── CategoryTimer.md ├── CategoryTouch.md ├── CategoryTray.md ├── CategoryVersion.md ├── CategoryVideo.md ├── CategoryVulkan.md ├── FAQDevelopment.md ├── FAQGeneral.md ├── FAQLicensing.md ├── FAQUsingSDL.md ├── FAQs.md ├── FrontPage.md ├── Libraries.md ├── NewFeatures.md ├── QuickReference.md ├── QuickReferenceNoUnicode.md ├── README-android.md ├── README-bsd.md ├── README-cmake.md ├── README-contributing.md ├── README-documentation-rules.md ├── README-dynapi.md ├── README-emscripten.md ├── README-gdk.md ├── README-haiku.md ├── README-highdpi.md ├── README-ios.md ├── README-kmsbsd.md ├── README-linux.md ├── README-macos.md ├── README-main-functions.md ├── README-migration.md ├── README-n3ds.md ├── README-ngage.md ├── README-platforms.md ├── README-porting.md ├── README-ps2.md ├── README-ps4.md ├── README-ps5.md ├── README-psp.md ├── README-riscos.md ├── README-steamos.md ├── README-strings.md ├── README-switch.md ├── README-touch.md ├── README-versions.md ├── README-vita.md ├── README-wayland.md ├── README-windows.md ├── README │ ├── FrontPage.md │ ├── android.md │ ├── bsd.md │ ├── cmake.md │ ├── contributing.md │ ├── documentation-rules.md │ ├── dynapi.md │ ├── emscripten.md │ ├── gdk.md │ ├── haiku.md │ ├── highdpi.md │ ├── ios.md │ ├── kmsbsd.md │ ├── linux.md │ ├── macos.md │ ├── main-functions.md │ ├── migration.md │ ├── n3ds.md │ ├── ngage.md │ ├── platforms.md │ ├── porting.md │ ├── ps2.md │ ├── ps4.md │ ├── ps5.md │ ├── psp.md │ ├── riscos.md │ ├── steamos.md │ ├── strings.md │ ├── switch.md │ ├── touch.md │ ├── versions.md │ ├── vita.md │ ├── wayland.md │ └── windows.md ├── READMEs.md ├── SDL12MigrationGuide.md ├── SDLCALL.md ├── SDLK_0.md ├── SDLK_1.md ├── SDLK_2.md ├── SDLK_3.md ├── SDLK_4.md ├── SDLK_5.md ├── SDLK_6.md ├── SDLK_7.md ├── SDLK_8.md ├── SDLK_9.md ├── SDLK_A.md ├── SDLK_AC_BACK.md ├── SDLK_AC_BOOKMARKS.md ├── SDLK_AC_CLOSE.md ├── SDLK_AC_EXIT.md ├── SDLK_AC_FORWARD.md ├── SDLK_AC_HOME.md ├── SDLK_AC_NEW.md ├── SDLK_AC_OPEN.md ├── SDLK_AC_PRINT.md ├── SDLK_AC_PROPERTIES.md ├── SDLK_AC_REFRESH.md ├── SDLK_AC_SAVE.md ├── SDLK_AC_SEARCH.md ├── SDLK_AC_STOP.md ├── SDLK_AGAIN.md ├── SDLK_ALTERASE.md ├── SDLK_AMPERSAND.md ├── SDLK_APOSTROPHE.md ├── SDLK_APPLICATION.md ├── SDLK_ASTERISK.md ├── SDLK_AT.md ├── SDLK_B.md ├── SDLK_BACKSLASH.md ├── SDLK_BACKSPACE.md ├── SDLK_C.md ├── SDLK_CALL.md ├── SDLK_CANCEL.md ├── SDLK_CAPSLOCK.md ├── SDLK_CARET.md ├── SDLK_CHANNEL_DECREMENT.md ├── SDLK_CHANNEL_INCREMENT.md ├── SDLK_CLEAR.md ├── SDLK_CLEARAGAIN.md ├── SDLK_COLON.md ├── SDLK_COMMA.md ├── SDLK_COPY.md ├── SDLK_CRSEL.md ├── SDLK_CURRENCYSUBUNIT.md ├── SDLK_CURRENCYUNIT.md ├── SDLK_CUT.md ├── SDLK_D.md ├── SDLK_DBLAPOSTROPHE.md ├── SDLK_DECIMALSEPARATOR.md ├── SDLK_DELETE.md ├── SDLK_DOLLAR.md ├── SDLK_DOWN.md ├── SDLK_E.md ├── SDLK_END.md ├── SDLK_ENDCALL.md ├── SDLK_EQUALS.md ├── SDLK_ESCAPE.md ├── SDLK_EXCLAIM.md ├── SDLK_EXECUTE.md ├── SDLK_EXSEL.md ├── SDLK_EXTENDED_MASK.md ├── SDLK_F.md ├── SDLK_F1.md ├── SDLK_F10.md ├── SDLK_F11.md ├── SDLK_F12.md ├── SDLK_F13.md ├── SDLK_F14.md ├── SDLK_F15.md ├── SDLK_F16.md ├── SDLK_F17.md ├── SDLK_F18.md ├── SDLK_F19.md ├── SDLK_F2.md ├── SDLK_F20.md ├── SDLK_F21.md ├── SDLK_F22.md ├── SDLK_F23.md ├── SDLK_F24.md ├── SDLK_F3.md ├── SDLK_F4.md ├── SDLK_F5.md ├── SDLK_F6.md ├── SDLK_F7.md ├── SDLK_F8.md ├── SDLK_F9.md ├── SDLK_FIND.md ├── SDLK_G.md ├── SDLK_GRAVE.md ├── SDLK_GREATER.md ├── SDLK_H.md ├── SDLK_HASH.md ├── SDLK_HELP.md ├── SDLK_HOME.md ├── SDLK_I.md ├── SDLK_INSERT.md ├── SDLK_J.md ├── SDLK_K.md ├── SDLK_KP_0.md ├── SDLK_KP_00.md ├── SDLK_KP_000.md ├── SDLK_KP_1.md ├── SDLK_KP_2.md ├── SDLK_KP_3.md ├── SDLK_KP_4.md ├── SDLK_KP_5.md ├── SDLK_KP_6.md ├── SDLK_KP_7.md ├── SDLK_KP_8.md ├── SDLK_KP_9.md ├── SDLK_KP_A.md ├── SDLK_KP_AMPERSAND.md ├── SDLK_KP_AT.md ├── SDLK_KP_B.md ├── SDLK_KP_BACKSPACE.md ├── SDLK_KP_BINARY.md ├── SDLK_KP_C.md ├── SDLK_KP_CLEAR.md ├── SDLK_KP_CLEARENTRY.md ├── SDLK_KP_COLON.md ├── SDLK_KP_COMMA.md ├── SDLK_KP_D.md ├── SDLK_KP_DBLAMPERSAND.md ├── SDLK_KP_DBLVERTICALBAR.md ├── SDLK_KP_DECIMAL.md ├── SDLK_KP_DIVIDE.md ├── SDLK_KP_E.md ├── SDLK_KP_ENTER.md ├── SDLK_KP_EQUALS.md ├── SDLK_KP_EQUALSAS400.md ├── SDLK_KP_EXCLAM.md ├── SDLK_KP_F.md ├── SDLK_KP_GREATER.md ├── SDLK_KP_HASH.md ├── SDLK_KP_HEXADECIMAL.md ├── SDLK_KP_LEFTBRACE.md ├── SDLK_KP_LEFTPAREN.md ├── SDLK_KP_LESS.md ├── SDLK_KP_MEMADD.md ├── SDLK_KP_MEMCLEAR.md ├── SDLK_KP_MEMDIVIDE.md ├── SDLK_KP_MEMMULTIPLY.md ├── SDLK_KP_MEMRECALL.md ├── SDLK_KP_MEMSTORE.md ├── SDLK_KP_MEMSUBTRACT.md ├── SDLK_KP_MINUS.md ├── SDLK_KP_MULTIPLY.md ├── SDLK_KP_OCTAL.md ├── SDLK_KP_PERCENT.md ├── SDLK_KP_PERIOD.md ├── SDLK_KP_PLUS.md ├── SDLK_KP_PLUSMINUS.md ├── SDLK_KP_POWER.md ├── SDLK_KP_RIGHTBRACE.md ├── SDLK_KP_RIGHTPAREN.md ├── SDLK_KP_SPACE.md ├── SDLK_KP_TAB.md ├── SDLK_KP_VERTICALBAR.md ├── SDLK_KP_XOR.md ├── SDLK_L.md ├── SDLK_LALT.md ├── SDLK_LCTRL.md ├── SDLK_LEFT.md ├── SDLK_LEFTBRACE.md ├── SDLK_LEFTBRACKET.md ├── SDLK_LEFTPAREN.md ├── SDLK_LEFT_TAB.md ├── SDLK_LESS.md ├── SDLK_LEVEL5_SHIFT.md ├── SDLK_LGUI.md ├── SDLK_LHYPER.md ├── SDLK_LMETA.md ├── SDLK_LSHIFT.md ├── SDLK_M.md ├── SDLK_MEDIA_EJECT.md ├── SDLK_MEDIA_FAST_FORWARD.md ├── SDLK_MEDIA_NEXT_TRACK.md ├── SDLK_MEDIA_PAUSE.md ├── SDLK_MEDIA_PLAY.md ├── SDLK_MEDIA_PLAY_PAUSE.md ├── SDLK_MEDIA_PREVIOUS_TRACK.md ├── SDLK_MEDIA_RECORD.md ├── SDLK_MEDIA_REWIND.md ├── SDLK_MEDIA_SELECT.md ├── SDLK_MEDIA_STOP.md ├── SDLK_MENU.md ├── SDLK_MINUS.md ├── SDLK_MODE.md ├── SDLK_MULTI_KEY_COMPOSE.md ├── SDLK_MUTE.md ├── SDLK_N.md ├── SDLK_NUMLOCKCLEAR.md ├── SDLK_O.md ├── SDLK_OPER.md ├── SDLK_OUT.md ├── SDLK_P.md ├── SDLK_PAGEDOWN.md ├── SDLK_PAGEUP.md ├── SDLK_PASTE.md ├── SDLK_PAUSE.md ├── SDLK_PERCENT.md ├── SDLK_PERIOD.md ├── SDLK_PIPE.md ├── SDLK_PLUS.md ├── SDLK_PLUSMINUS.md ├── SDLK_POWER.md ├── SDLK_PRINTSCREEN.md ├── SDLK_PRIOR.md ├── SDLK_Q.md ├── SDLK_QUESTION.md ├── SDLK_R.md ├── SDLK_RALT.md ├── SDLK_RCTRL.md ├── SDLK_RETURN.md ├── SDLK_RETURN2.md ├── SDLK_RGUI.md ├── SDLK_RHYPER.md ├── SDLK_RIGHT.md ├── SDLK_RIGHTBRACE.md ├── SDLK_RIGHTBRACKET.md ├── SDLK_RIGHTPAREN.md ├── SDLK_RMETA.md ├── SDLK_RSHIFT.md ├── SDLK_S.md ├── SDLK_SCANCODE_MASK.md ├── SDLK_SCROLLLOCK.md ├── SDLK_SELECT.md ├── SDLK_SEMICOLON.md ├── SDLK_SEPARATOR.md ├── SDLK_SLASH.md ├── SDLK_SLEEP.md ├── SDLK_SOFTLEFT.md ├── SDLK_SOFTRIGHT.md ├── SDLK_SPACE.md ├── SDLK_STOP.md ├── SDLK_SYSREQ.md ├── SDLK_T.md ├── SDLK_TAB.md ├── SDLK_THOUSANDSSEPARATOR.md ├── SDLK_TILDE.md ├── SDLK_U.md ├── SDLK_UNDERSCORE.md ├── SDLK_UNDO.md ├── SDLK_UNKNOWN.md ├── SDLK_UP.md ├── SDLK_V.md ├── SDLK_VOLUMEDOWN.md ├── SDLK_VOLUMEUP.md ├── SDLK_W.md ├── SDLK_WAKE.md ├── SDLK_X.md ├── SDLK_Y.md ├── SDLK_Z.md ├── SDL_ACQUIRE.md ├── SDL_ACQUIRED_AFTER.md ├── SDL_ACQUIRED_BEFORE.md ├── SDL_ACQUIRE_SHARED.md ├── SDL_ADDEVENT.md ├── SDL_ALIGNED.md ├── SDL_ALLOC_SIZE.md ├── SDL_ALPHA_OPAQUE.md ├── SDL_ALPHA_OPAQUE_FLOAT.md ├── SDL_ALPHA_TRANSPARENT.md ├── SDL_ALPHA_TRANSPARENT_FLOAT.md ├── SDL_ALTIVEC_INTRINSICS.md ├── SDL_ANALYZER_NORETURN.md ├── SDL_ANDROID_EXTERNAL_STORAGE_READ.md ├── SDL_ANDROID_EXTERNAL_STORAGE_WRITE.md ├── SDL_APP_CONTINUE.md ├── SDL_APP_FAILURE.md ├── SDL_APP_SUCCESS.md ├── SDL_ARRAYORDER_ABGR.md ├── SDL_ARRAYORDER_ARGB.md ├── SDL_ARRAYORDER_BGR.md ├── SDL_ARRAYORDER_BGRA.md ├── SDL_ARRAYORDER_NONE.md ├── SDL_ARRAYORDER_RGB.md ├── SDL_ARRAYORDER_RGBA.md ├── SDL_ASSERTION_ABORT.md ├── SDL_ASSERTION_ALWAYS_IGNORE.md ├── SDL_ASSERTION_BREAK.md ├── SDL_ASSERTION_IGNORE.md ├── SDL_ASSERTION_RETRY.md ├── SDL_ASSERT_CAPABILITY.md ├── SDL_ASSERT_LEVEL.md ├── SDL_ASSERT_SHARED_CAPABILITY.md ├── SDL_ASYNCIO_CANCELED.md ├── SDL_ASYNCIO_COMPLETE.md ├── SDL_ASYNCIO_FAILURE.md ├── SDL_ASYNCIO_TASK_CLOSE.md ├── SDL_ASYNCIO_TASK_READ.md ├── SDL_ASYNCIO_TASK_WRITE.md ├── SDL_AUDIO_BITSIZE.md ├── SDL_AUDIO_BYTESIZE.md ├── SDL_AUDIO_DEVICE_DEFAULT_PLAYBACK.md ├── SDL_AUDIO_DEVICE_DEFAULT_RECORDING.md ├── SDL_AUDIO_F32.md ├── SDL_AUDIO_F32BE.md ├── SDL_AUDIO_F32LE.md ├── SDL_AUDIO_FRAMESIZE.md ├── SDL_AUDIO_ISBIGENDIAN.md ├── SDL_AUDIO_ISFLOAT.md ├── SDL_AUDIO_ISINT.md ├── SDL_AUDIO_ISLITTLEENDIAN.md ├── SDL_AUDIO_ISSIGNED.md ├── SDL_AUDIO_ISUNSIGNED.md ├── SDL_AUDIO_MASK_BIG_ENDIAN.md ├── SDL_AUDIO_MASK_BITSIZE.md ├── SDL_AUDIO_MASK_FLOAT.md ├── SDL_AUDIO_MASK_SIGNED.md ├── SDL_AUDIO_S16.md ├── SDL_AUDIO_S16BE.md ├── SDL_AUDIO_S16LE.md ├── SDL_AUDIO_S32.md ├── SDL_AUDIO_S32BE.md ├── SDL_AUDIO_S32LE.md ├── SDL_AUDIO_S8.md ├── SDL_AUDIO_U8.md ├── SDL_AUDIO_UNKNOWN.md ├── SDL_AVX2_INTRINSICS.md ├── SDL_AVX512F_INTRINSICS.md ├── SDL_AVX_INTRINSICS.md ├── SDL_AcquireCameraFrame.md ├── SDL_AcquireGPUCommandBuffer.md ├── SDL_AcquireGPUSwapchainTexture.md ├── SDL_AddAtomicInt.md ├── SDL_AddEventWatch.md ├── SDL_AddGamepadMapping.md ├── SDL_AddGamepadMappingsFromFile.md ├── SDL_AddGamepadMappingsFromIO.md ├── SDL_AddHintCallback.md ├── SDL_AddSurfaceAlternateImage.md ├── SDL_AddTimer.md ├── SDL_AddTimerNS.md ├── SDL_AddVulkanRenderSemaphores.md ├── SDL_AppEvent.md ├── SDL_AppEvent_func.md ├── SDL_AppInit.md ├── SDL_AppInit_func.md ├── SDL_AppIterate.md ├── SDL_AppIterate_func.md ├── SDL_AppQuit.md ├── SDL_AppQuit_func.md ├── SDL_AppResult.md ├── SDL_ArrayOrder.md ├── SDL_AssertBreakpoint.md ├── SDL_AssertData.md ├── SDL_AssertState.md ├── SDL_AssertionHandler.md ├── SDL_AsyncIO.md ├── SDL_AsyncIOFromFile.md ├── SDL_AsyncIOOutcome.md ├── SDL_AsyncIOQueue.md ├── SDL_AsyncIOResult.md ├── SDL_AsyncIOTaskType.md ├── SDL_AtomicDecRef.md ├── SDL_AtomicIncRef.md ├── SDL_AtomicInt.md ├── SDL_AtomicU32.md ├── SDL_AttachVirtualJoystick.md ├── SDL_AudioDeviceEvent.md ├── SDL_AudioDeviceID.md ├── SDL_AudioDevicePaused.md ├── SDL_AudioFormat.md ├── SDL_AudioIterationCallback.md ├── SDL_AudioPostmixCallback.md ├── SDL_AudioSpec.md ├── SDL_AudioStream.md ├── SDL_AudioStreamCallback.md ├── SDL_AudioStreamDataCompleteCallback.md ├── SDL_AudioStreamDevicePaused.md ├── SDL_BIG_ENDIAN.md ├── SDL_BITMAPORDER_1234.md ├── SDL_BITMAPORDER_4321.md ├── SDL_BITMAPORDER_NONE.md ├── SDL_BITSPERPIXEL.md ├── SDL_BLENDFACTOR_DST_ALPHA.md ├── SDL_BLENDFACTOR_DST_COLOR.md ├── SDL_BLENDFACTOR_ONE.md ├── SDL_BLENDFACTOR_ONE_MINUS_DST_ALPHA.md ├── SDL_BLENDFACTOR_ONE_MINUS_DST_COLOR.md ├── SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA.md ├── SDL_BLENDFACTOR_ONE_MINUS_SRC_COLOR.md ├── SDL_BLENDFACTOR_SRC_ALPHA.md ├── SDL_BLENDFACTOR_SRC_COLOR.md ├── SDL_BLENDFACTOR_ZERO.md ├── SDL_BLENDMODE_ADD.md ├── SDL_BLENDMODE_ADD_PREMULTIPLIED.md ├── SDL_BLENDMODE_BLEND.md ├── SDL_BLENDMODE_BLEND_PREMULTIPLIED.md ├── SDL_BLENDMODE_INVALID.md ├── SDL_BLENDMODE_MOD.md ├── SDL_BLENDMODE_MUL.md ├── SDL_BLENDMODE_NONE.md ├── SDL_BLENDOPERATION_ADD.md ├── SDL_BLENDOPERATION_MAXIMUM.md ├── SDL_BLENDOPERATION_MINIMUM.md ├── SDL_BLENDOPERATION_REV_SUBTRACT.md ├── SDL_BLENDOPERATION_SUBTRACT.md ├── SDL_BUTTON_LEFT.md ├── SDL_BUTTON_LMASK.md ├── SDL_BUTTON_MASK.md ├── SDL_BUTTON_MIDDLE.md ├── SDL_BUTTON_MMASK.md ├── SDL_BUTTON_RIGHT.md ├── SDL_BUTTON_RMASK.md ├── SDL_BUTTON_X1.md ├── SDL_BUTTON_X1MASK.md ├── SDL_BUTTON_X2.md ├── SDL_BUTTON_X2MASK.md ├── SDL_BYTEORDER.md ├── SDL_BYTESPERPIXEL.md ├── SDL_BeginGPUComputePass.md ├── SDL_BeginGPUCopyPass.md ├── SDL_BeginGPURenderPass.md ├── SDL_BindAudioStream.md ├── SDL_BindAudioStreams.md ├── SDL_BindGPUComputePipeline.md ├── SDL_BindGPUComputeSamplers.md ├── SDL_BindGPUComputeStorageBuffers.md ├── SDL_BindGPUComputeStorageTextures.md ├── SDL_BindGPUFragmentSamplers.md ├── SDL_BindGPUFragmentStorageBuffers.md ├── SDL_BindGPUFragmentStorageTextures.md ├── SDL_BindGPUGraphicsPipeline.md ├── SDL_BindGPUIndexBuffer.md ├── SDL_BindGPUVertexBuffers.md ├── SDL_BindGPUVertexSamplers.md ├── SDL_BindGPUVertexStorageBuffers.md ├── SDL_BindGPUVertexStorageTextures.md ├── SDL_BitmapOrder.md ├── SDL_BlendFactor.md ├── SDL_BlendMode.md ├── SDL_BlendOperation.md ├── SDL_BlitGPUTexture.md ├── SDL_BlitSurface.md ├── SDL_BlitSurface9Grid.md ├── SDL_BlitSurfaceScaled.md ├── SDL_BlitSurfaceTiled.md ├── SDL_BlitSurfaceTiledWithScale.md ├── SDL_BlitSurfaceUnchecked.md ├── SDL_BlitSurfaceUncheckedScaled.md ├── SDL_BroadcastCondition.md ├── SDL_CACHELINE_SIZE.md ├── SDL_CAMERA_POSITION_BACK_FACING.md ├── SDL_CAMERA_POSITION_FRONT_FACING.md ├── SDL_CAMERA_POSITION_UNKNOWN.md ├── SDL_CAPABILITY.md ├── SDL_CAPITALIZE_LETTERS.md ├── SDL_CAPITALIZE_NONE.md ├── SDL_CAPITALIZE_SENTENCES.md ├── SDL_CAPITALIZE_WORDS.md ├── SDL_CHROMA_LOCATION_CENTER.md ├── SDL_CHROMA_LOCATION_LEFT.md ├── SDL_CHROMA_LOCATION_NONE.md ├── SDL_CHROMA_LOCATION_TOPLEFT.md ├── SDL_COLORSPACECHROMA.md ├── SDL_COLORSPACEMATRIX.md ├── SDL_COLORSPACEPRIMARIES.md ├── SDL_COLORSPACERANGE.md ├── SDL_COLORSPACETRANSFER.md ├── SDL_COLORSPACETYPE.md ├── SDL_COLORSPACE_BT2020_FULL.md ├── SDL_COLORSPACE_BT2020_LIMITED.md ├── SDL_COLORSPACE_BT601_FULL.md ├── SDL_COLORSPACE_BT601_LIMITED.md ├── SDL_COLORSPACE_BT709_FULL.md ├── SDL_COLORSPACE_BT709_LIMITED.md ├── SDL_COLORSPACE_HDR10.md ├── SDL_COLORSPACE_JPEG.md ├── SDL_COLORSPACE_RGB_DEFAULT.md ├── SDL_COLORSPACE_SRGB.md ├── SDL_COLORSPACE_SRGB_LINEAR.md ├── SDL_COLORSPACE_UNKNOWN.md ├── SDL_COLORSPACE_YUV_DEFAULT.md ├── SDL_COLOR_PRIMARIES_BT2020.md ├── SDL_COLOR_PRIMARIES_BT470BG.md ├── SDL_COLOR_PRIMARIES_BT470M.md ├── SDL_COLOR_PRIMARIES_BT601.md ├── SDL_COLOR_PRIMARIES_BT709.md ├── SDL_COLOR_PRIMARIES_CUSTOM.md ├── SDL_COLOR_PRIMARIES_EBU3213.md ├── SDL_COLOR_PRIMARIES_GENERIC_FILM.md ├── SDL_COLOR_PRIMARIES_SMPTE240.md ├── SDL_COLOR_PRIMARIES_SMPTE431.md ├── SDL_COLOR_PRIMARIES_SMPTE432.md ├── SDL_COLOR_PRIMARIES_UNKNOWN.md ├── SDL_COLOR_PRIMARIES_UNSPECIFIED.md ├── SDL_COLOR_PRIMARIES_XYZ.md ├── SDL_COLOR_RANGE_FULL.md ├── SDL_COLOR_RANGE_LIMITED.md ├── SDL_COLOR_RANGE_UNKNOWN.md ├── SDL_COLOR_TYPE_RGB.md ├── SDL_COLOR_TYPE_UNKNOWN.md ├── SDL_COLOR_TYPE_YCBCR.md ├── SDL_COMPILE_TIME_ASSERT.md ├── SDL_CPUPauseInstruction.md ├── SDL_CalculateGPUTextureFormatSize.md ├── SDL_Camera.md ├── SDL_CameraDeviceEvent.md ├── SDL_CameraID.md ├── SDL_CameraPosition.md ├── SDL_CameraSpec.md ├── SDL_CancelGPUCommandBuffer.md ├── SDL_Capitalization.md ├── SDL_CaptureMouse.md ├── SDL_ChromaLocation.md ├── SDL_ClaimWindowForGPUDevice.md ├── SDL_CleanupPropertyCallback.md ├── SDL_CleanupTLS.md ├── SDL_ClearAudioStream.md ├── SDL_ClearClipboardData.md ├── SDL_ClearComposition.md ├── SDL_ClearError.md ├── SDL_ClearProperty.md ├── SDL_ClearSurface.md ├── SDL_ClickTrayEntry.md ├── SDL_ClipboardCleanupCallback.md ├── SDL_ClipboardDataCallback.md ├── SDL_ClipboardEvent.md ├── SDL_CloseAsyncIO.md ├── SDL_CloseAudioDevice.md ├── SDL_CloseCamera.md ├── SDL_CloseGamepad.md ├── SDL_CloseHaptic.md ├── SDL_CloseIO.md ├── SDL_CloseJoystick.md ├── SDL_CloseSensor.md ├── SDL_CloseStorage.md ├── SDL_Color.md ├── SDL_ColorPrimaries.md ├── SDL_ColorRange.md ├── SDL_ColorType.md ├── SDL_Colorspace.md ├── SDL_CommonEvent.md ├── SDL_CompareAndSwapAtomicInt.md ├── SDL_CompareAndSwapAtomicPointer.md ├── SDL_CompareAndSwapAtomicU32.md ├── SDL_CompareCallback.md ├── SDL_CompareCallback_r.md ├── SDL_CompilerBarrier.md ├── SDL_ComposeCustomBlendMode.md ├── SDL_Condition.md ├── SDL_ConvertAudioSamples.md ├── SDL_ConvertEventToRenderCoordinates.md ├── SDL_ConvertPixels.md ├── SDL_ConvertPixelsAndColorspace.md ├── SDL_ConvertSurface.md ├── SDL_ConvertSurfaceAndColorspace.md ├── SDL_CopyFile.md ├── SDL_CopyGPUBufferToBuffer.md ├── SDL_CopyGPUTextureToTexture.md ├── SDL_CopyProperties.md ├── SDL_CopyStorageFile.md ├── SDL_CreateAsyncIOQueue.md ├── SDL_CreateAudioStream.md ├── SDL_CreateColorCursor.md ├── SDL_CreateCondition.md ├── SDL_CreateCursor.md ├── SDL_CreateDirectory.md ├── SDL_CreateEnvironment.md ├── SDL_CreateGPUBuffer.md ├── SDL_CreateGPUComputePipeline.md ├── SDL_CreateGPUDevice.md ├── SDL_CreateGPUDeviceWithProperties.md ├── SDL_CreateGPUGraphicsPipeline.md ├── SDL_CreateGPURenderState.md ├── SDL_CreateGPURenderer.md ├── SDL_CreateGPUSampler.md ├── SDL_CreateGPUShader.md ├── SDL_CreateGPUTexture.md ├── SDL_CreateGPUTransferBuffer.md ├── SDL_CreateHapticEffect.md ├── SDL_CreateMutex.md ├── SDL_CreatePalette.md ├── SDL_CreatePopupWindow.md ├── SDL_CreateProcess.md ├── SDL_CreateProcessWithProperties.md ├── SDL_CreateProperties.md ├── SDL_CreateRWLock.md ├── SDL_CreateRenderer.md ├── SDL_CreateRendererWithProperties.md ├── SDL_CreateSemaphore.md ├── SDL_CreateSoftwareRenderer.md ├── SDL_CreateStorageDirectory.md ├── SDL_CreateSurface.md ├── SDL_CreateSurfaceFrom.md ├── SDL_CreateSurfacePalette.md ├── SDL_CreateSystemCursor.md ├── SDL_CreateTexture.md ├── SDL_CreateTextureFromSurface.md ├── SDL_CreateTextureWithProperties.md ├── SDL_CreateThread.md ├── SDL_CreateThreadWithProperties.md ├── SDL_CreateTray.md ├── SDL_CreateTrayMenu.md ├── SDL_CreateTraySubmenu.md ├── SDL_CreateWindow.md ├── SDL_CreateWindowAndRenderer.md ├── SDL_CreateWindowWithProperties.md ├── SDL_Cursor.md ├── SDL_CursorVisible.md ├── SDL_DATE_FORMAT_DDMMYYYY.md ├── SDL_DATE_FORMAT_MMDDYYYY.md ├── SDL_DATE_FORMAT_YYYYMMDD.md ├── SDL_DEBUG_TEXT_FONT_CHARACTER_SIZE.md ├── SDL_DECLSPEC.md ├── SDL_DEFINE_AUDIO_FORMAT.md ├── SDL_DEFINE_COLORSPACE.md ├── SDL_DEFINE_PIXELFORMAT.md ├── SDL_DEFINE_PIXELFOURCC.md ├── SDL_DEPRECATED.md ├── SDL_DateFormat.md ├── SDL_DateTime.md ├── SDL_DateTimeToTime.md ├── SDL_Delay.md ├── SDL_DelayNS.md ├── SDL_DelayPrecise.md ├── SDL_DestroyAsyncIOQueue.md ├── SDL_DestroyAudioStream.md ├── SDL_DestroyCondition.md ├── SDL_DestroyCursor.md ├── SDL_DestroyEnvironment.md ├── SDL_DestroyGPUDevice.md ├── SDL_DestroyGPURenderState.md ├── SDL_DestroyHapticEffect.md ├── SDL_DestroyMutex.md ├── SDL_DestroyPalette.md ├── SDL_DestroyProcess.md ├── SDL_DestroyProperties.md ├── SDL_DestroyRWLock.md ├── SDL_DestroyRenderer.md ├── SDL_DestroySemaphore.md ├── SDL_DestroySurface.md ├── SDL_DestroyTexture.md ├── SDL_DestroyTray.md ├── SDL_DestroyWindow.md ├── SDL_DestroyWindowSurface.md ├── SDL_DetachThread.md ├── SDL_DetachVirtualJoystick.md ├── SDL_DialogFileCallback.md ├── SDL_DialogFileFilter.md ├── SDL_DisableScreenSaver.md ├── SDL_DispatchGPUCompute.md ├── SDL_DispatchGPUComputeIndirect.md ├── SDL_DisplayEvent.md ├── SDL_DisplayID.md ├── SDL_DisplayMode.md ├── SDL_DisplayModeData.md ├── SDL_DisplayOrientation.md ├── SDL_DownloadFromGPUBuffer.md ├── SDL_DownloadFromGPUTexture.md ├── SDL_DrawGPUIndexedPrimitives.md ├── SDL_DrawGPUIndexedPrimitivesIndirect.md ├── SDL_DrawGPUPrimitives.md ├── SDL_DrawGPUPrimitivesIndirect.md ├── SDL_DropEvent.md ├── SDL_DuplicateSurface.md ├── SDL_EGLAttrib.md ├── SDL_EGLAttribArrayCallback.md ├── SDL_EGLConfig.md ├── SDL_EGLDisplay.md ├── SDL_EGLIntArrayCallback.md ├── SDL_EGLSurface.md ├── SDL_EGL_GetCurrentConfig.md ├── SDL_EGL_GetCurrentDisplay.md ├── SDL_EGL_GetProcAddress.md ├── SDL_EGL_GetWindowSurface.md ├── SDL_EGL_SetAttributeCallbacks.md ├── SDL_EGLint.md ├── SDL_ENUM_CONTINUE.md ├── SDL_ENUM_FAILURE.md ├── SDL_ENUM_SUCCESS.md ├── SDL_EVENT_AUDIO_DEVICE_ADDED.md ├── SDL_EVENT_AUDIO_DEVICE_FORMAT_CHANGED.md ├── SDL_EVENT_AUDIO_DEVICE_REMOVED.md ├── SDL_EVENT_CAMERA_DEVICE_ADDED.md ├── SDL_EVENT_CAMERA_DEVICE_APPROVED.md ├── SDL_EVENT_CAMERA_DEVICE_DENIED.md ├── SDL_EVENT_CAMERA_DEVICE_REMOVED.md ├── SDL_EVENT_CLIPBOARD_UPDATE.md ├── SDL_EVENT_DISPLAY_ADDED.md ├── SDL_EVENT_DISPLAY_CONTENT_SCALE_CHANGED.md ├── SDL_EVENT_DISPLAY_CURRENT_MODE_CHANGED.md ├── SDL_EVENT_DISPLAY_DESKTOP_MODE_CHANGED.md ├── SDL_EVENT_DISPLAY_FIRST.md ├── SDL_EVENT_DISPLAY_LAST.md ├── SDL_EVENT_DISPLAY_MOVED.md ├── SDL_EVENT_DISPLAY_ORIENTATION.md ├── SDL_EVENT_DISPLAY_REMOVED.md ├── SDL_EVENT_DROP_BEGIN.md ├── SDL_EVENT_DROP_COMPLETE.md ├── SDL_EVENT_DROP_FILE.md ├── SDL_EVENT_DROP_POSITION.md ├── SDL_EVENT_DROP_TEXT.md ├── SDL_EVENT_ENUM_PADDING.md ├── SDL_EVENT_FINGER_CANCELED.md ├── SDL_EVENT_FINGER_DOWN.md ├── SDL_EVENT_FINGER_MOTION.md ├── SDL_EVENT_FINGER_UP.md ├── SDL_EVENT_FIRST.md ├── SDL_EVENT_GAMEPAD_ADDED.md ├── SDL_EVENT_GAMEPAD_AXIS_MOTION.md ├── SDL_EVENT_GAMEPAD_BUTTON_DOWN.md ├── SDL_EVENT_GAMEPAD_BUTTON_UP.md ├── SDL_EVENT_GAMEPAD_REMAPPED.md ├── SDL_EVENT_GAMEPAD_REMOVED.md ├── SDL_EVENT_GAMEPAD_SENSOR_UPDATE.md ├── SDL_EVENT_GAMEPAD_STEAM_HANDLE_UPDATED.md ├── SDL_EVENT_GAMEPAD_TOUCHPAD_DOWN.md ├── SDL_EVENT_GAMEPAD_TOUCHPAD_MOTION.md ├── SDL_EVENT_GAMEPAD_TOUCHPAD_UP.md ├── SDL_EVENT_GAMEPAD_UPDATE_COMPLETE.md ├── SDL_EVENT_JOYSTICK_ADDED.md ├── SDL_EVENT_JOYSTICK_AXIS_MOTION.md ├── SDL_EVENT_JOYSTICK_BALL_MOTION.md ├── SDL_EVENT_JOYSTICK_BATTERY_UPDATED.md ├── SDL_EVENT_JOYSTICK_BUTTON_DOWN.md ├── SDL_EVENT_JOYSTICK_BUTTON_UP.md ├── SDL_EVENT_JOYSTICK_HAT_MOTION.md ├── SDL_EVENT_JOYSTICK_REMOVED.md ├── SDL_EVENT_JOYSTICK_UPDATE_COMPLETE.md ├── SDL_EVENT_KEYBOARD_ADDED.md ├── SDL_EVENT_KEYBOARD_REMOVED.md ├── SDL_EVENT_KEY_DOWN.md ├── SDL_EVENT_KEY_UP.md ├── SDL_EVENT_LAST.md ├── SDL_EVENT_LOCALE_CHANGED.md ├── SDL_EVENT_MOUSE_ADDED.md ├── SDL_EVENT_MOUSE_BUTTON_DOWN.md ├── SDL_EVENT_MOUSE_BUTTON_UP.md ├── SDL_EVENT_MOUSE_MOTION.md ├── SDL_EVENT_MOUSE_REMOVED.md ├── SDL_EVENT_MOUSE_WHEEL.md ├── SDL_EVENT_PEN_AXIS.md ├── SDL_EVENT_PEN_BUTTON_DOWN.md ├── SDL_EVENT_PEN_BUTTON_UP.md ├── SDL_EVENT_PEN_DOWN.md ├── SDL_EVENT_PEN_MOTION.md ├── SDL_EVENT_PEN_PROXIMITY_IN.md ├── SDL_EVENT_PEN_PROXIMITY_OUT.md ├── SDL_EVENT_PEN_UP.md ├── SDL_EVENT_POLL_SENTINEL.md ├── SDL_EVENT_PRIVATE0.md ├── SDL_EVENT_PRIVATE1.md ├── SDL_EVENT_PRIVATE2.md ├── SDL_EVENT_PRIVATE3.md ├── SDL_EVENT_QUIT.md ├── SDL_EVENT_RENDER_DEVICE_LOST.md ├── SDL_EVENT_RENDER_DEVICE_RESET.md ├── SDL_EVENT_RENDER_TARGETS_RESET.md ├── SDL_EVENT_SENSOR_UPDATE.md ├── SDL_EVENT_SYSTEM_THEME_CHANGED.md ├── SDL_EVENT_TEXT_EDITING.md ├── SDL_EVENT_TEXT_EDITING_CANDIDATES.md ├── SDL_EVENT_TEXT_INPUT.md ├── SDL_EVENT_USER.md ├── SDL_EVENT_WINDOW_CLOSE_REQUESTED.md ├── SDL_EVENT_WINDOW_DISPLAY_CHANGED.md ├── SDL_EVENT_WINDOW_DISPLAY_SCALE_CHANGED.md ├── SDL_EVENT_WINDOW_ENTER_FULLSCREEN.md ├── SDL_EVENT_WINDOW_EXPOSED.md ├── SDL_EVENT_WINDOW_FIRST.md ├── SDL_EVENT_WINDOW_FOCUS_GAINED.md ├── SDL_EVENT_WINDOW_FOCUS_LOST.md ├── SDL_EVENT_WINDOW_HDR_STATE_CHANGED.md ├── SDL_EVENT_WINDOW_HIDDEN.md ├── SDL_EVENT_WINDOW_HIT_TEST.md ├── SDL_EVENT_WINDOW_ICCPROF_CHANGED.md ├── SDL_EVENT_WINDOW_LAST.md ├── SDL_EVENT_WINDOW_LEAVE_FULLSCREEN.md ├── SDL_EVENT_WINDOW_MAXIMIZED.md ├── SDL_EVENT_WINDOW_METAL_VIEW_RESIZED.md ├── SDL_EVENT_WINDOW_MINIMIZED.md ├── SDL_EVENT_WINDOW_MOUSE_ENTER.md ├── SDL_EVENT_WINDOW_MOUSE_LEAVE.md ├── SDL_EVENT_WINDOW_MOVED.md ├── SDL_EVENT_WINDOW_OCCLUDED.md ├── SDL_EVENT_WINDOW_PIXEL_SIZE_CHANGED.md ├── SDL_EVENT_WINDOW_RESIZED.md ├── SDL_EVENT_WINDOW_RESTORED.md ├── SDL_EVENT_WINDOW_SAFE_AREA_CHANGED.md ├── SDL_EVENT_WINDOW_SHOWN.md ├── SDL_EXCLUDES.md ├── SDL_EnableScreenSaver.md ├── SDL_EndGPUComputePass.md ├── SDL_EndGPUCopyPass.md ├── SDL_EndGPURenderPass.md ├── SDL_EnterAppMainCallbacks.md ├── SDL_EnumerateDirectory.md ├── SDL_EnumerateDirectoryCallback.md ├── SDL_EnumerateProperties.md ├── SDL_EnumeratePropertiesCallback.md ├── SDL_EnumerateStorageDirectory.md ├── SDL_EnumerationResult.md ├── SDL_Environment.md ├── SDL_Event.md ├── SDL_EventAction.md ├── SDL_EventEnabled.md ├── SDL_EventFilter.md ├── SDL_EventType.md ├── SDL_FALLTHROUGH.md ├── SDL_FColor.md ├── SDL_FILE.md ├── SDL_FILEDIALOG_OPENFILE.md ├── SDL_FILEDIALOG_OPENFOLDER.md ├── SDL_FILEDIALOG_SAVEFILE.md ├── SDL_FLASH_BRIEFLY.md ├── SDL_FLASH_CANCEL.md ├── SDL_FLASH_UNTIL_FOCUSED.md ├── SDL_FLIP_HORIZONTAL.md ├── SDL_FLIP_NONE.md ├── SDL_FLIP_VERTICAL.md ├── SDL_FLOATWORDORDER.md ├── SDL_FLT_EPSILON.md ├── SDL_FOLDER_COUNT.md ├── SDL_FOLDER_DESKTOP.md ├── SDL_FOLDER_DOCUMENTS.md ├── SDL_FOLDER_DOWNLOADS.md ├── SDL_FOLDER_HOME.md ├── SDL_FOLDER_MUSIC.md ├── SDL_FOLDER_PICTURES.md ├── SDL_FOLDER_PUBLICSHARE.md ├── SDL_FOLDER_SAVEDGAMES.md ├── SDL_FOLDER_SCREENSHOTS.md ├── SDL_FOLDER_TEMPLATES.md ├── SDL_FOLDER_VIDEOS.md ├── SDL_FORCE_INLINE.md ├── SDL_FOURCC.md ├── SDL_FPoint.md ├── SDL_FRect.md ├── SDL_FUNCTION.md ├── SDL_FUNCTION_POINTER_IS_VOID_POINTER.md ├── SDL_FileDialogType.md ├── SDL_FillSurfaceRect.md ├── SDL_FillSurfaceRects.md ├── SDL_FilterEvents.md ├── SDL_Finger.md ├── SDL_FingerID.md ├── SDL_FlashOperation.md ├── SDL_FlashWindow.md ├── SDL_FlipMode.md ├── SDL_FlipSurface.md ├── SDL_FlushAudioStream.md ├── SDL_FlushEvent.md ├── SDL_FlushEvents.md ├── SDL_FlushIO.md ├── SDL_FlushRenderer.md ├── SDL_Folder.md ├── SDL_FunctionPointer.md ├── SDL_GAMEPAD_AXIS_COUNT.md ├── SDL_GAMEPAD_AXIS_INVALID.md ├── SDL_GAMEPAD_AXIS_LEFTX.md ├── SDL_GAMEPAD_AXIS_LEFTY.md ├── SDL_GAMEPAD_AXIS_LEFT_TRIGGER.md ├── SDL_GAMEPAD_AXIS_RIGHTX.md ├── SDL_GAMEPAD_AXIS_RIGHTY.md ├── SDL_GAMEPAD_AXIS_RIGHT_TRIGGER.md ├── SDL_GAMEPAD_BINDTYPE_AXIS.md ├── SDL_GAMEPAD_BINDTYPE_BUTTON.md ├── SDL_GAMEPAD_BINDTYPE_HAT.md ├── SDL_GAMEPAD_BINDTYPE_NONE.md ├── SDL_GAMEPAD_BUTTON_BACK.md ├── SDL_GAMEPAD_BUTTON_COUNT.md ├── SDL_GAMEPAD_BUTTON_DPAD_DOWN.md ├── SDL_GAMEPAD_BUTTON_DPAD_LEFT.md ├── SDL_GAMEPAD_BUTTON_DPAD_RIGHT.md ├── SDL_GAMEPAD_BUTTON_DPAD_UP.md ├── SDL_GAMEPAD_BUTTON_EAST.md ├── SDL_GAMEPAD_BUTTON_GUIDE.md ├── SDL_GAMEPAD_BUTTON_INVALID.md ├── SDL_GAMEPAD_BUTTON_LABEL_A.md ├── SDL_GAMEPAD_BUTTON_LABEL_B.md ├── SDL_GAMEPAD_BUTTON_LABEL_CIRCLE.md ├── SDL_GAMEPAD_BUTTON_LABEL_CROSS.md ├── SDL_GAMEPAD_BUTTON_LABEL_SQUARE.md ├── SDL_GAMEPAD_BUTTON_LABEL_TRIANGLE.md ├── SDL_GAMEPAD_BUTTON_LABEL_UNKNOWN.md ├── SDL_GAMEPAD_BUTTON_LABEL_X.md ├── SDL_GAMEPAD_BUTTON_LABEL_Y.md ├── SDL_GAMEPAD_BUTTON_LEFT_PADDLE1.md ├── SDL_GAMEPAD_BUTTON_LEFT_PADDLE2.md ├── SDL_GAMEPAD_BUTTON_LEFT_SHOULDER.md ├── SDL_GAMEPAD_BUTTON_LEFT_STICK.md ├── SDL_GAMEPAD_BUTTON_MISC1.md ├── SDL_GAMEPAD_BUTTON_MISC2.md ├── SDL_GAMEPAD_BUTTON_MISC3.md ├── SDL_GAMEPAD_BUTTON_MISC4.md ├── SDL_GAMEPAD_BUTTON_MISC5.md ├── SDL_GAMEPAD_BUTTON_MISC6.md ├── SDL_GAMEPAD_BUTTON_NORTH.md ├── SDL_GAMEPAD_BUTTON_RIGHT_PADDLE1.md ├── SDL_GAMEPAD_BUTTON_RIGHT_PADDLE2.md ├── SDL_GAMEPAD_BUTTON_RIGHT_SHOULDER.md ├── SDL_GAMEPAD_BUTTON_RIGHT_STICK.md ├── SDL_GAMEPAD_BUTTON_SOUTH.md ├── SDL_GAMEPAD_BUTTON_START.md ├── SDL_GAMEPAD_BUTTON_TOUCHPAD.md ├── SDL_GAMEPAD_BUTTON_WEST.md ├── SDL_GAMEPAD_TYPE_COUNT.md ├── SDL_GAMEPAD_TYPE_GAMECUBE.md ├── SDL_GAMEPAD_TYPE_NINTENDO_SWITCH_JOYCON_LEFT.md ├── SDL_GAMEPAD_TYPE_NINTENDO_SWITCH_JOYCON_PAIR.md ├── SDL_GAMEPAD_TYPE_NINTENDO_SWITCH_JOYCON_RIGHT.md ├── SDL_GAMEPAD_TYPE_NINTENDO_SWITCH_PRO.md ├── SDL_GAMEPAD_TYPE_PS3.md ├── SDL_GAMEPAD_TYPE_PS4.md ├── SDL_GAMEPAD_TYPE_PS5.md ├── SDL_GAMEPAD_TYPE_STANDARD.md ├── SDL_GAMEPAD_TYPE_UNKNOWN.md ├── SDL_GAMEPAD_TYPE_XBOX360.md ├── SDL_GAMEPAD_TYPE_XBOXONE.md ├── SDL_GDKResumeGPU.md ├── SDL_GDKSuspendComplete.md ├── SDL_GDKSuspendGPU.md ├── SDL_GETEVENT.md ├── SDL_GLAttr.md ├── SDL_GLContext.md ├── SDL_GLContextFlag.md ├── SDL_GLContextReleaseFlag.md ├── SDL_GLContextResetNotification.md ├── SDL_GLOB_CASEINSENSITIVE.md ├── SDL_GLProfile.md ├── SDL_GL_ACCELERATED_VISUAL.md ├── SDL_GL_ACCUM_ALPHA_SIZE.md ├── SDL_GL_ACCUM_BLUE_SIZE.md ├── SDL_GL_ACCUM_GREEN_SIZE.md ├── SDL_GL_ACCUM_RED_SIZE.md ├── SDL_GL_ALPHA_SIZE.md ├── SDL_GL_BLUE_SIZE.md ├── SDL_GL_BUFFER_SIZE.md ├── SDL_GL_CONTEXT_DEBUG_FLAG.md ├── SDL_GL_CONTEXT_FLAGS.md ├── SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG.md ├── SDL_GL_CONTEXT_MAJOR_VERSION.md ├── SDL_GL_CONTEXT_MINOR_VERSION.md ├── SDL_GL_CONTEXT_NO_ERROR.md ├── SDL_GL_CONTEXT_PROFILE_COMPATIBILITY.md ├── SDL_GL_CONTEXT_PROFILE_CORE.md ├── SDL_GL_CONTEXT_PROFILE_ES.md ├── SDL_GL_CONTEXT_PROFILE_MASK.md ├── SDL_GL_CONTEXT_RELEASE_BEHAVIOR.md ├── SDL_GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH.md ├── SDL_GL_CONTEXT_RELEASE_BEHAVIOR_NONE.md ├── SDL_GL_CONTEXT_RESET_ISOLATION_FLAG.md ├── SDL_GL_CONTEXT_RESET_LOSE_CONTEXT.md ├── SDL_GL_CONTEXT_RESET_NOTIFICATION.md ├── SDL_GL_CONTEXT_RESET_NO_NOTIFICATION.md ├── SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG.md ├── SDL_GL_CreateContext.md ├── SDL_GL_DEPTH_SIZE.md ├── SDL_GL_DOUBLEBUFFER.md ├── SDL_GL_DestroyContext.md ├── SDL_GL_EGL_PLATFORM.md ├── SDL_GL_ExtensionSupported.md ├── SDL_GL_FLOATBUFFERS.md ├── SDL_GL_FRAMEBUFFER_SRGB_CAPABLE.md ├── SDL_GL_GREEN_SIZE.md ├── SDL_GL_GetAttribute.md ├── SDL_GL_GetCurrentContext.md ├── SDL_GL_GetCurrentWindow.md ├── SDL_GL_GetProcAddress.md ├── SDL_GL_GetSwapInterval.md ├── SDL_GL_LoadLibrary.md ├── SDL_GL_MULTISAMPLEBUFFERS.md ├── SDL_GL_MULTISAMPLESAMPLES.md ├── SDL_GL_MakeCurrent.md ├── SDL_GL_RED_SIZE.md ├── SDL_GL_RETAINED_BACKING.md ├── SDL_GL_ResetAttributes.md ├── SDL_GL_SHARE_WITH_CURRENT_CONTEXT.md ├── SDL_GL_STENCIL_SIZE.md ├── SDL_GL_STEREO.md ├── SDL_GL_SetAttribute.md ├── SDL_GL_SetSwapInterval.md ├── SDL_GL_SwapWindow.md ├── SDL_GL_UnloadLibrary.md ├── SDL_GPUBlendFactor.md ├── SDL_GPUBlendOp.md ├── SDL_GPUBlitInfo.md ├── SDL_GPUBlitRegion.md ├── SDL_GPUBuffer.md ├── SDL_GPUBufferBinding.md ├── SDL_GPUBufferCreateInfo.md ├── SDL_GPUBufferLocation.md ├── SDL_GPUBufferRegion.md ├── SDL_GPUBufferUsageFlags.md ├── SDL_GPUColorComponentFlags.md ├── SDL_GPUColorTargetBlendState.md ├── SDL_GPUColorTargetDescription.md ├── SDL_GPUColorTargetInfo.md ├── SDL_GPUCommandBuffer.md ├── SDL_GPUCompareOp.md ├── SDL_GPUComputePass.md ├── SDL_GPUComputePipeline.md ├── SDL_GPUComputePipelineCreateInfo.md ├── SDL_GPUCopyPass.md ├── SDL_GPUCubeMapFace.md ├── SDL_GPUCullMode.md ├── SDL_GPUDepthStencilState.md ├── SDL_GPUDepthStencilTargetInfo.md ├── SDL_GPUDevice.md ├── SDL_GPUFence.md ├── SDL_GPUFillMode.md ├── SDL_GPUFilter.md ├── SDL_GPUFrontFace.md ├── SDL_GPUGraphicsPipeline.md ├── SDL_GPUGraphicsPipelineCreateInfo.md ├── SDL_GPUGraphicsPipelineTargetInfo.md ├── SDL_GPUIndexElementSize.md ├── SDL_GPUIndexedIndirectDrawCommand.md ├── SDL_GPUIndirectDispatchCommand.md ├── SDL_GPUIndirectDrawCommand.md ├── SDL_GPULoadOp.md ├── SDL_GPUMultisampleState.md ├── SDL_GPUPresentMode.md ├── SDL_GPUPrimitiveType.md ├── SDL_GPURasterizerState.md ├── SDL_GPURenderPass.md ├── SDL_GPURenderState.md ├── SDL_GPURenderStateDesc.md ├── SDL_GPUSampleCount.md ├── SDL_GPUSampler.md ├── SDL_GPUSamplerAddressMode.md ├── SDL_GPUSamplerCreateInfo.md ├── SDL_GPUSamplerMipmapMode.md ├── SDL_GPUShader.md ├── SDL_GPUShaderCreateInfo.md ├── SDL_GPUShaderFormat.md ├── SDL_GPUShaderStage.md ├── SDL_GPUStencilOp.md ├── SDL_GPUStencilOpState.md ├── SDL_GPUStorageBufferReadWriteBinding.md ├── SDL_GPUStorageTextureReadWriteBinding.md ├── SDL_GPUStoreOp.md ├── SDL_GPUSupportsProperties.md ├── SDL_GPUSupportsShaderFormats.md ├── SDL_GPUSwapchainComposition.md ├── SDL_GPUTexture.md ├── SDL_GPUTextureCreateInfo.md ├── SDL_GPUTextureFormat.md ├── SDL_GPUTextureFormatTexelBlockSize.md ├── SDL_GPUTextureLocation.md ├── SDL_GPUTextureRegion.md ├── SDL_GPUTextureSamplerBinding.md ├── SDL_GPUTextureSupportsFormat.md ├── SDL_GPUTextureSupportsSampleCount.md ├── SDL_GPUTextureTransferInfo.md ├── SDL_GPUTextureType.md ├── SDL_GPUTextureUsageFlags.md ├── SDL_GPUTransferBuffer.md ├── SDL_GPUTransferBufferCreateInfo.md ├── SDL_GPUTransferBufferLocation.md ├── SDL_GPUTransferBufferUsage.md ├── SDL_GPUVertexAttribute.md ├── SDL_GPUVertexBufferDescription.md ├── SDL_GPUVertexElementFormat.md ├── SDL_GPUVertexInputRate.md ├── SDL_GPUVertexInputState.md ├── SDL_GPUViewport.md ├── SDL_GPU_BLENDFACTOR_CONSTANT_COLOR.md ├── SDL_GPU_BLENDFACTOR_DST_ALPHA.md ├── SDL_GPU_BLENDFACTOR_DST_COLOR.md ├── SDL_GPU_BLENDFACTOR_INVALID.md ├── SDL_GPU_BLENDFACTOR_ONE.md ├── SDL_GPU_BLENDFACTOR_ONE_MINUS_CONSTANT_COLOR.md ├── SDL_GPU_BLENDFACTOR_ONE_MINUS_DST_ALPHA.md ├── SDL_GPU_BLENDFACTOR_ONE_MINUS_DST_COLOR.md ├── SDL_GPU_BLENDFACTOR_ONE_MINUS_SRC_ALPHA.md ├── SDL_GPU_BLENDFACTOR_ONE_MINUS_SRC_COLOR.md ├── SDL_GPU_BLENDFACTOR_SRC_ALPHA.md ├── SDL_GPU_BLENDFACTOR_SRC_ALPHA_SATURATE.md ├── SDL_GPU_BLENDFACTOR_SRC_COLOR.md ├── SDL_GPU_BLENDFACTOR_ZERO.md ├── SDL_GPU_BLENDOP_ADD.md ├── SDL_GPU_BLENDOP_INVALID.md ├── SDL_GPU_BLENDOP_MAX.md ├── SDL_GPU_BLENDOP_MIN.md ├── SDL_GPU_BLENDOP_REVERSE_SUBTRACT.md ├── SDL_GPU_BLENDOP_SUBTRACT.md ├── SDL_GPU_BUFFERUSAGE_COMPUTE_STORAGE_READ.md ├── SDL_GPU_BUFFERUSAGE_COMPUTE_STORAGE_WRITE.md ├── SDL_GPU_BUFFERUSAGE_GRAPHICS_STORAGE_READ.md ├── SDL_GPU_BUFFERUSAGE_INDEX.md ├── SDL_GPU_BUFFERUSAGE_INDIRECT.md ├── SDL_GPU_BUFFERUSAGE_VERTEX.md ├── SDL_GPU_COLORCOMPONENT_A.md ├── SDL_GPU_COLORCOMPONENT_B.md ├── SDL_GPU_COLORCOMPONENT_G.md ├── SDL_GPU_COLORCOMPONENT_R.md ├── SDL_GPU_COMPAREOP_ALWAYS.md ├── SDL_GPU_COMPAREOP_EQUAL.md ├── SDL_GPU_COMPAREOP_GREATER.md ├── SDL_GPU_COMPAREOP_GREATER_OR_EQUAL.md ├── SDL_GPU_COMPAREOP_INVALID.md ├── SDL_GPU_COMPAREOP_LESS.md ├── SDL_GPU_COMPAREOP_LESS_OR_EQUAL.md ├── SDL_GPU_COMPAREOP_NEVER.md ├── SDL_GPU_COMPAREOP_NOT_EQUAL.md ├── SDL_GPU_CUBEMAPFACE_NEGATIVEX.md ├── SDL_GPU_CUBEMAPFACE_NEGATIVEY.md ├── SDL_GPU_CUBEMAPFACE_NEGATIVEZ.md ├── SDL_GPU_CUBEMAPFACE_POSITIVEX.md ├── SDL_GPU_CUBEMAPFACE_POSITIVEY.md ├── SDL_GPU_CUBEMAPFACE_POSITIVEZ.md ├── SDL_GPU_CULLMODE_BACK.md ├── SDL_GPU_CULLMODE_FRONT.md ├── SDL_GPU_CULLMODE_NONE.md ├── SDL_GPU_FILLMODE_FILL.md ├── SDL_GPU_FILLMODE_LINE.md ├── SDL_GPU_FILTER_LINEAR.md ├── SDL_GPU_FILTER_NEAREST.md ├── SDL_GPU_FRONTFACE_CLOCKWISE.md ├── SDL_GPU_FRONTFACE_COUNTER_CLOCKWISE.md ├── SDL_GPU_INDEXELEMENTSIZE_16BIT.md ├── SDL_GPU_INDEXELEMENTSIZE_32BIT.md ├── SDL_GPU_LOADOP_CLEAR.md ├── SDL_GPU_LOADOP_DONT_CARE.md ├── SDL_GPU_LOADOP_LOAD.md ├── SDL_GPU_PRESENTMODE_IMMEDIATE.md ├── SDL_GPU_PRESENTMODE_MAILBOX.md ├── SDL_GPU_PRESENTMODE_VSYNC.md ├── SDL_GPU_PRIMITIVETYPE_LINELIST.md ├── SDL_GPU_PRIMITIVETYPE_LINESTRIP.md ├── SDL_GPU_PRIMITIVETYPE_POINTLIST.md ├── SDL_GPU_PRIMITIVETYPE_TRIANGLELIST.md ├── SDL_GPU_PRIMITIVETYPE_TRIANGLESTRIP.md ├── SDL_GPU_SAMPLECOUNT_1.md ├── SDL_GPU_SAMPLECOUNT_2.md ├── SDL_GPU_SAMPLECOUNT_4.md ├── SDL_GPU_SAMPLECOUNT_8.md ├── SDL_GPU_SAMPLERADDRESSMODE_CLAMP_TO_EDGE.md ├── SDL_GPU_SAMPLERADDRESSMODE_MIRRORED_REPEAT.md ├── SDL_GPU_SAMPLERADDRESSMODE_REPEAT.md ├── SDL_GPU_SAMPLERMIPMAPMODE_LINEAR.md ├── SDL_GPU_SAMPLERMIPMAPMODE_NEAREST.md ├── SDL_GPU_SHADERFORMAT_DXBC.md ├── SDL_GPU_SHADERFORMAT_DXIL.md ├── SDL_GPU_SHADERFORMAT_INVALID.md ├── SDL_GPU_SHADERFORMAT_METALLIB.md ├── SDL_GPU_SHADERFORMAT_MSL.md ├── SDL_GPU_SHADERFORMAT_PRIVATE.md ├── SDL_GPU_SHADERFORMAT_SPIRV.md ├── SDL_GPU_SHADERSTAGE_FRAGMENT.md ├── SDL_GPU_SHADERSTAGE_VERTEX.md ├── SDL_GPU_STENCILOP_DECREMENT_AND_CLAMP.md ├── SDL_GPU_STENCILOP_DECREMENT_AND_WRAP.md ├── SDL_GPU_STENCILOP_INCREMENT_AND_CLAMP.md ├── SDL_GPU_STENCILOP_INCREMENT_AND_WRAP.md ├── SDL_GPU_STENCILOP_INVALID.md ├── SDL_GPU_STENCILOP_INVERT.md ├── SDL_GPU_STENCILOP_KEEP.md ├── SDL_GPU_STENCILOP_REPLACE.md ├── SDL_GPU_STENCILOP_ZERO.md ├── SDL_GPU_STOREOP_DONT_CARE.md ├── SDL_GPU_STOREOP_RESOLVE.md ├── SDL_GPU_STOREOP_RESOLVE_AND_STORE.md ├── SDL_GPU_STOREOP_STORE.md ├── SDL_GPU_SWAPCHAINCOMPOSITION_HDR10_ST2084.md ├── SDL_GPU_SWAPCHAINCOMPOSITION_HDR_EXTENDED_LINEAR.md ├── SDL_GPU_SWAPCHAINCOMPOSITION_SDR.md ├── SDL_GPU_SWAPCHAINCOMPOSITION_SDR_LINEAR.md ├── SDL_GPU_TEXTUREFORMAT_A8_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x10_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x10_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x10_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x5_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x5_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x5_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x6_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x6_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x6_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x8_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x8_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_10x8_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_12x10_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_12x10_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_12x10_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_12x12_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_12x12_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_12x12_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_4x4_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_4x4_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_4x4_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_5x4_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_5x4_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_5x4_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_5x5_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_5x5_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_5x5_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_6x5_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_6x5_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_6x5_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_6x6_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_6x6_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_6x6_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_8x5_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_8x5_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_8x5_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_8x6_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_8x6_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_8x6_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_8x8_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_8x8_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_ASTC_8x8_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_B4G4R4A4_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_B5G5R5A1_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_B5G6R5_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_B8G8R8A8_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_B8G8R8A8_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_BC1_RGBA_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_BC1_RGBA_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_BC2_RGBA_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_BC2_RGBA_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_BC3_RGBA_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_BC3_RGBA_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_BC4_R_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_BC5_RG_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_BC6H_RGB_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_BC6H_RGB_UFLOAT.md ├── SDL_GPU_TEXTUREFORMAT_BC7_RGBA_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_BC7_RGBA_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_D16_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_D24_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_D24_UNORM_S8_UINT.md ├── SDL_GPU_TEXTUREFORMAT_D32_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_D32_FLOAT_S8_UINT.md ├── SDL_GPU_TEXTUREFORMAT_INVALID.md ├── SDL_GPU_TEXTUREFORMAT_R10G10B10A2_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_R11G11B10_UFLOAT.md ├── SDL_GPU_TEXTUREFORMAT_R16G16B16A16_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_R16G16B16A16_INT.md ├── SDL_GPU_TEXTUREFORMAT_R16G16B16A16_SNORM.md ├── SDL_GPU_TEXTUREFORMAT_R16G16B16A16_UINT.md ├── SDL_GPU_TEXTUREFORMAT_R16G16B16A16_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_R16G16_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_R16G16_INT.md ├── SDL_GPU_TEXTUREFORMAT_R16G16_SNORM.md ├── SDL_GPU_TEXTUREFORMAT_R16G16_UINT.md ├── SDL_GPU_TEXTUREFORMAT_R16G16_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_R16_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_R16_INT.md ├── SDL_GPU_TEXTUREFORMAT_R16_SNORM.md ├── SDL_GPU_TEXTUREFORMAT_R16_UINT.md ├── SDL_GPU_TEXTUREFORMAT_R16_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_R32G32B32A32_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_R32G32B32A32_INT.md ├── SDL_GPU_TEXTUREFORMAT_R32G32B32A32_UINT.md ├── SDL_GPU_TEXTUREFORMAT_R32G32_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_R32G32_INT.md ├── SDL_GPU_TEXTUREFORMAT_R32G32_UINT.md ├── SDL_GPU_TEXTUREFORMAT_R32_FLOAT.md ├── SDL_GPU_TEXTUREFORMAT_R32_INT.md ├── SDL_GPU_TEXTUREFORMAT_R32_UINT.md ├── SDL_GPU_TEXTUREFORMAT_R8G8B8A8_INT.md ├── SDL_GPU_TEXTUREFORMAT_R8G8B8A8_SNORM.md ├── SDL_GPU_TEXTUREFORMAT_R8G8B8A8_UINT.md ├── SDL_GPU_TEXTUREFORMAT_R8G8B8A8_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_R8G8B8A8_UNORM_SRGB.md ├── SDL_GPU_TEXTUREFORMAT_R8G8_INT.md ├── SDL_GPU_TEXTUREFORMAT_R8G8_SNORM.md ├── SDL_GPU_TEXTUREFORMAT_R8G8_UINT.md ├── SDL_GPU_TEXTUREFORMAT_R8G8_UNORM.md ├── SDL_GPU_TEXTUREFORMAT_R8_INT.md ├── SDL_GPU_TEXTUREFORMAT_R8_SNORM.md ├── SDL_GPU_TEXTUREFORMAT_R8_UINT.md ├── SDL_GPU_TEXTUREFORMAT_R8_UNORM.md ├── SDL_GPU_TEXTURETYPE_2D.md ├── SDL_GPU_TEXTURETYPE_2D_ARRAY.md ├── SDL_GPU_TEXTURETYPE_3D.md ├── SDL_GPU_TEXTURETYPE_CUBE.md ├── SDL_GPU_TEXTURETYPE_CUBE_ARRAY.md ├── SDL_GPU_TEXTUREUSAGE_COLOR_TARGET.md ├── SDL_GPU_TEXTUREUSAGE_COMPUTE_STORAGE_READ.md ├── SDL_GPU_TEXTUREUSAGE_COMPUTE_STORAGE_SIMULTANEOUS_READ_WRITE.md ├── SDL_GPU_TEXTUREUSAGE_COMPUTE_STORAGE_WRITE.md ├── SDL_GPU_TEXTUREUSAGE_DEPTH_STENCIL_TARGET.md ├── SDL_GPU_TEXTUREUSAGE_GRAPHICS_STORAGE_READ.md ├── SDL_GPU_TEXTUREUSAGE_SAMPLER.md ├── SDL_GPU_TRANSFERBUFFERUSAGE_DOWNLOAD.md ├── SDL_GPU_TRANSFERBUFFERUSAGE_UPLOAD.md ├── SDL_GPU_VERTEXELEMENTFORMAT_BYTE2.md ├── SDL_GPU_VERTEXELEMENTFORMAT_BYTE2_NORM.md ├── SDL_GPU_VERTEXELEMENTFORMAT_BYTE4.md ├── SDL_GPU_VERTEXELEMENTFORMAT_BYTE4_NORM.md ├── SDL_GPU_VERTEXELEMENTFORMAT_FLOAT.md ├── SDL_GPU_VERTEXELEMENTFORMAT_FLOAT2.md ├── SDL_GPU_VERTEXELEMENTFORMAT_FLOAT3.md ├── SDL_GPU_VERTEXELEMENTFORMAT_FLOAT4.md ├── SDL_GPU_VERTEXELEMENTFORMAT_HALF2.md ├── SDL_GPU_VERTEXELEMENTFORMAT_HALF4.md ├── SDL_GPU_VERTEXELEMENTFORMAT_INT.md ├── SDL_GPU_VERTEXELEMENTFORMAT_INT2.md ├── SDL_GPU_VERTEXELEMENTFORMAT_INT3.md ├── SDL_GPU_VERTEXELEMENTFORMAT_INT4.md ├── SDL_GPU_VERTEXELEMENTFORMAT_INVALID.md ├── SDL_GPU_VERTEXELEMENTFORMAT_SHORT2.md ├── SDL_GPU_VERTEXELEMENTFORMAT_SHORT2_NORM.md ├── SDL_GPU_VERTEXELEMENTFORMAT_SHORT4.md ├── SDL_GPU_VERTEXELEMENTFORMAT_SHORT4_NORM.md ├── SDL_GPU_VERTEXELEMENTFORMAT_UBYTE2.md ├── SDL_GPU_VERTEXELEMENTFORMAT_UBYTE2_NORM.md ├── SDL_GPU_VERTEXELEMENTFORMAT_UBYTE4.md ├── SDL_GPU_VERTEXELEMENTFORMAT_UBYTE4_NORM.md ├── SDL_GPU_VERTEXELEMENTFORMAT_UINT.md ├── SDL_GPU_VERTEXELEMENTFORMAT_UINT2.md ├── SDL_GPU_VERTEXELEMENTFORMAT_UINT3.md ├── SDL_GPU_VERTEXELEMENTFORMAT_UINT4.md ├── SDL_GPU_VERTEXELEMENTFORMAT_USHORT2.md ├── SDL_GPU_VERTEXELEMENTFORMAT_USHORT2_NORM.md ├── SDL_GPU_VERTEXELEMENTFORMAT_USHORT4.md ├── SDL_GPU_VERTEXELEMENTFORMAT_USHORT4_NORM.md ├── SDL_GPU_VERTEXINPUTRATE_INSTANCE.md ├── SDL_GPU_VERTEXINPUTRATE_VERTEX.md ├── SDL_GUARDED_BY.md ├── SDL_GUID.md ├── SDL_GUIDToString.md ├── SDL_Gamepad.md ├── SDL_GamepadAxis.md ├── SDL_GamepadAxisEvent.md ├── SDL_GamepadBinding.md ├── SDL_GamepadBindingType.md ├── SDL_GamepadButton.md ├── SDL_GamepadButtonEvent.md ├── SDL_GamepadButtonLabel.md ├── SDL_GamepadConnected.md ├── SDL_GamepadDeviceEvent.md ├── SDL_GamepadEventsEnabled.md ├── SDL_GamepadHasAxis.md ├── SDL_GamepadHasButton.md ├── SDL_GamepadHasSensor.md ├── SDL_GamepadSensorEnabled.md ├── SDL_GamepadSensorEvent.md ├── SDL_GamepadTouchpadEvent.md ├── SDL_GamepadType.md ├── SDL_GenerateMipmapsForGPUTexture.md ├── SDL_GetAndroidActivity.md ├── SDL_GetAndroidCachePath.md ├── SDL_GetAndroidExternalStoragePath.md ├── SDL_GetAndroidExternalStorageState.md ├── SDL_GetAndroidInternalStoragePath.md ├── SDL_GetAndroidJNIEnv.md ├── SDL_GetAndroidSDKVersion.md ├── SDL_GetAppMetadataProperty.md ├── SDL_GetAssertionHandler.md ├── SDL_GetAssertionReport.md ├── SDL_GetAsyncIOResult.md ├── SDL_GetAsyncIOSize.md ├── SDL_GetAtomicInt.md ├── SDL_GetAtomicPointer.md ├── SDL_GetAtomicU32.md ├── SDL_GetAudioDeviceChannelMap.md ├── SDL_GetAudioDeviceFormat.md ├── SDL_GetAudioDeviceGain.md ├── SDL_GetAudioDeviceName.md ├── SDL_GetAudioDriver.md ├── SDL_GetAudioFormatName.md ├── SDL_GetAudioPlaybackDevices.md ├── SDL_GetAudioRecordingDevices.md ├── SDL_GetAudioStreamAvailable.md ├── SDL_GetAudioStreamData.md ├── SDL_GetAudioStreamDevice.md ├── SDL_GetAudioStreamFormat.md ├── SDL_GetAudioStreamFrequencyRatio.md ├── SDL_GetAudioStreamGain.md ├── SDL_GetAudioStreamInputChannelMap.md ├── SDL_GetAudioStreamOutputChannelMap.md ├── SDL_GetAudioStreamProperties.md ├── SDL_GetAudioStreamQueued.md ├── SDL_GetBasePath.md ├── SDL_GetBooleanProperty.md ├── SDL_GetCPUCacheLineSize.md ├── SDL_GetCameraDriver.md ├── SDL_GetCameraFormat.md ├── SDL_GetCameraID.md ├── SDL_GetCameraName.md ├── SDL_GetCameraPermissionState.md ├── SDL_GetCameraPosition.md ├── SDL_GetCameraProperties.md ├── SDL_GetCameraSupportedFormats.md ├── SDL_GetCameras.md ├── SDL_GetClipboardData.md ├── SDL_GetClipboardMimeTypes.md ├── SDL_GetClipboardText.md ├── SDL_GetClosestFullscreenDisplayMode.md ├── SDL_GetCurrentAudioDriver.md ├── SDL_GetCurrentCameraDriver.md ├── SDL_GetCurrentDirectory.md ├── SDL_GetCurrentDisplayMode.md ├── SDL_GetCurrentDisplayOrientation.md ├── SDL_GetCurrentRenderOutputSize.md ├── SDL_GetCurrentThreadID.md ├── SDL_GetCurrentTime.md ├── SDL_GetCurrentVideoDriver.md ├── SDL_GetCursor.md ├── SDL_GetDXGIOutputInfo.md ├── SDL_GetDateTimeLocalePreferences.md ├── SDL_GetDayOfWeek.md ├── SDL_GetDayOfYear.md ├── SDL_GetDaysInMonth.md ├── SDL_GetDefaultAssertionHandler.md ├── SDL_GetDefaultCursor.md ├── SDL_GetDefaultLogOutputFunction.md ├── SDL_GetDefaultTextureScaleMode.md ├── SDL_GetDesktopDisplayMode.md ├── SDL_GetDirect3D9AdapterIndex.md ├── SDL_GetDisplayBounds.md ├── SDL_GetDisplayContentScale.md ├── SDL_GetDisplayForPoint.md ├── SDL_GetDisplayForRect.md ├── SDL_GetDisplayForWindow.md ├── SDL_GetDisplayName.md ├── SDL_GetDisplayProperties.md ├── SDL_GetDisplayUsableBounds.md ├── SDL_GetDisplays.md ├── SDL_GetEnvironment.md ├── SDL_GetEnvironmentVariable.md ├── SDL_GetEnvironmentVariables.md ├── SDL_GetError.md ├── SDL_GetEventDescription.md ├── SDL_GetEventFilter.md ├── SDL_GetFloatProperty.md ├── SDL_GetFullscreenDisplayModes.md ├── SDL_GetGDKDefaultUser.md ├── SDL_GetGDKTaskQueue.md ├── SDL_GetGPUDeviceDriver.md ├── SDL_GetGPUDeviceProperties.md ├── SDL_GetGPUDriver.md ├── SDL_GetGPUShaderFormats.md ├── SDL_GetGPUSwapchainTextureFormat.md ├── SDL_GetGamepadAppleSFSymbolsNameForAxis.md ├── SDL_GetGamepadAppleSFSymbolsNameForButton.md ├── SDL_GetGamepadAxis.md ├── SDL_GetGamepadAxisFromString.md ├── SDL_GetGamepadBindings.md ├── SDL_GetGamepadButton.md ├── SDL_GetGamepadButtonFromString.md ├── SDL_GetGamepadButtonLabel.md ├── SDL_GetGamepadButtonLabelForType.md ├── SDL_GetGamepadConnectionState.md ├── SDL_GetGamepadFirmwareVersion.md ├── SDL_GetGamepadFromID.md ├── SDL_GetGamepadFromPlayerIndex.md ├── SDL_GetGamepadGUIDForID.md ├── SDL_GetGamepadID.md ├── SDL_GetGamepadJoystick.md ├── SDL_GetGamepadMapping.md ├── SDL_GetGamepadMappingForGUID.md ├── SDL_GetGamepadMappingForID.md ├── SDL_GetGamepadMappings.md ├── SDL_GetGamepadName.md ├── SDL_GetGamepadNameForID.md ├── SDL_GetGamepadPath.md ├── SDL_GetGamepadPathForID.md ├── SDL_GetGamepadPlayerIndex.md ├── SDL_GetGamepadPlayerIndexForID.md ├── SDL_GetGamepadPowerInfo.md ├── SDL_GetGamepadProduct.md ├── SDL_GetGamepadProductForID.md ├── SDL_GetGamepadProductVersion.md ├── SDL_GetGamepadProductVersionForID.md ├── SDL_GetGamepadProperties.md ├── SDL_GetGamepadSensorData.md ├── SDL_GetGamepadSensorDataRate.md ├── SDL_GetGamepadSerial.md ├── SDL_GetGamepadSteamHandle.md ├── SDL_GetGamepadStringForAxis.md ├── SDL_GetGamepadStringForButton.md ├── SDL_GetGamepadStringForType.md ├── SDL_GetGamepadTouchpadFinger.md ├── SDL_GetGamepadType.md ├── SDL_GetGamepadTypeForID.md ├── SDL_GetGamepadTypeFromString.md ├── SDL_GetGamepadVendor.md ├── SDL_GetGamepadVendorForID.md ├── SDL_GetGamepads.md ├── SDL_GetGlobalMouseState.md ├── SDL_GetGlobalProperties.md ├── SDL_GetGrabbedWindow.md ├── SDL_GetHapticEffectStatus.md ├── SDL_GetHapticFeatures.md ├── SDL_GetHapticFromID.md ├── SDL_GetHapticID.md ├── SDL_GetHapticName.md ├── SDL_GetHapticNameForID.md ├── SDL_GetHaptics.md ├── SDL_GetHint.md ├── SDL_GetHintBoolean.md ├── SDL_GetIOProperties.md ├── SDL_GetIOSize.md ├── SDL_GetIOStatus.md ├── SDL_GetJoystickAxis.md ├── SDL_GetJoystickAxisInitialState.md ├── SDL_GetJoystickBall.md ├── SDL_GetJoystickButton.md ├── SDL_GetJoystickConnectionState.md ├── SDL_GetJoystickFirmwareVersion.md ├── SDL_GetJoystickFromID.md ├── SDL_GetJoystickFromPlayerIndex.md ├── SDL_GetJoystickGUID.md ├── SDL_GetJoystickGUIDForID.md ├── SDL_GetJoystickGUIDInfo.md ├── SDL_GetJoystickHat.md ├── SDL_GetJoystickID.md ├── SDL_GetJoystickName.md ├── SDL_GetJoystickNameForID.md ├── SDL_GetJoystickPath.md ├── SDL_GetJoystickPathForID.md ├── SDL_GetJoystickPlayerIndex.md ├── SDL_GetJoystickPlayerIndexForID.md ├── SDL_GetJoystickPowerInfo.md ├── SDL_GetJoystickProduct.md ├── SDL_GetJoystickProductForID.md ├── SDL_GetJoystickProductVersion.md ├── SDL_GetJoystickProductVersionForID.md ├── SDL_GetJoystickProperties.md ├── SDL_GetJoystickSerial.md ├── SDL_GetJoystickType.md ├── SDL_GetJoystickTypeForID.md ├── SDL_GetJoystickVendor.md ├── SDL_GetJoystickVendorForID.md ├── SDL_GetJoysticks.md ├── SDL_GetKeyFromName.md ├── SDL_GetKeyFromScancode.md ├── SDL_GetKeyName.md ├── SDL_GetKeyboardFocus.md ├── SDL_GetKeyboardNameForID.md ├── SDL_GetKeyboardState.md ├── SDL_GetKeyboards.md ├── SDL_GetLogOutputFunction.md ├── SDL_GetLogPriority.md ├── SDL_GetMasksForPixelFormat.md ├── SDL_GetMaxHapticEffects.md ├── SDL_GetMaxHapticEffectsPlaying.md ├── SDL_GetMemoryFunctions.md ├── SDL_GetMice.md ├── SDL_GetModState.md ├── SDL_GetMouseFocus.md ├── SDL_GetMouseNameForID.md ├── SDL_GetMouseState.md ├── SDL_GetNaturalDisplayOrientation.md ├── SDL_GetNumAllocations.md ├── SDL_GetNumAudioDrivers.md ├── SDL_GetNumCameraDrivers.md ├── SDL_GetNumGPUDrivers.md ├── SDL_GetNumGamepadTouchpadFingers.md ├── SDL_GetNumGamepadTouchpads.md ├── SDL_GetNumHapticAxes.md ├── SDL_GetNumJoystickAxes.md ├── SDL_GetNumJoystickBalls.md ├── SDL_GetNumJoystickButtons.md ├── SDL_GetNumJoystickHats.md ├── SDL_GetNumLogicalCPUCores.md ├── SDL_GetNumRenderDrivers.md ├── SDL_GetNumVideoDrivers.md ├── SDL_GetNumberProperty.md ├── SDL_GetOriginalMemoryFunctions.md ├── SDL_GetPathInfo.md ├── SDL_GetPerformanceCounter.md ├── SDL_GetPerformanceFrequency.md ├── SDL_GetPixelFormatDetails.md ├── SDL_GetPixelFormatForMasks.md ├── SDL_GetPixelFormatName.md ├── SDL_GetPlatform.md ├── SDL_GetPointerProperty.md ├── SDL_GetPowerInfo.md ├── SDL_GetPrefPath.md ├── SDL_GetPreferredLocales.md ├── SDL_GetPrimaryDisplay.md ├── SDL_GetPrimarySelectionText.md ├── SDL_GetProcessInput.md ├── SDL_GetProcessOutput.md ├── SDL_GetProcessProperties.md ├── SDL_GetPropertyType.md ├── SDL_GetRGB.md ├── SDL_GetRGBA.md ├── SDL_GetRealGamepadType.md ├── SDL_GetRealGamepadTypeForID.md ├── SDL_GetRectAndLineIntersection.md ├── SDL_GetRectAndLineIntersectionFloat.md ├── SDL_GetRectEnclosingPoints.md ├── SDL_GetRectEnclosingPointsFloat.md ├── SDL_GetRectIntersection.md ├── SDL_GetRectIntersectionFloat.md ├── SDL_GetRectUnion.md ├── SDL_GetRectUnionFloat.md ├── SDL_GetRelativeMouseState.md ├── SDL_GetRenderClipRect.md ├── SDL_GetRenderColorScale.md ├── SDL_GetRenderDrawBlendMode.md ├── SDL_GetRenderDrawColor.md ├── SDL_GetRenderDrawColorFloat.md ├── SDL_GetRenderDriver.md ├── SDL_GetRenderLogicalPresentation.md ├── SDL_GetRenderLogicalPresentationRect.md ├── SDL_GetRenderMetalCommandEncoder.md ├── SDL_GetRenderMetalLayer.md ├── SDL_GetRenderOutputSize.md ├── SDL_GetRenderSafeArea.md ├── SDL_GetRenderScale.md ├── SDL_GetRenderTarget.md ├── SDL_GetRenderTextureAddressMode.md ├── SDL_GetRenderVSync.md ├── SDL_GetRenderViewport.md ├── SDL_GetRenderWindow.md ├── SDL_GetRenderer.md ├── SDL_GetRendererFromTexture.md ├── SDL_GetRendererName.md ├── SDL_GetRendererProperties.md ├── SDL_GetRevision.md ├── SDL_GetSIMDAlignment.md ├── SDL_GetSandbox.md ├── SDL_GetScancodeFromKey.md ├── SDL_GetScancodeFromName.md ├── SDL_GetScancodeName.md ├── SDL_GetSemaphoreValue.md ├── SDL_GetSensorData.md ├── SDL_GetSensorFromID.md ├── SDL_GetSensorID.md ├── SDL_GetSensorName.md ├── SDL_GetSensorNameForID.md ├── SDL_GetSensorNonPortableType.md ├── SDL_GetSensorNonPortableTypeForID.md ├── SDL_GetSensorProperties.md ├── SDL_GetSensorType.md ├── SDL_GetSensorTypeForID.md ├── SDL_GetSensors.md ├── SDL_GetSilenceValueForFormat.md ├── SDL_GetStorageFileSize.md ├── SDL_GetStoragePathInfo.md ├── SDL_GetStorageSpaceRemaining.md ├── SDL_GetStringProperty.md ├── SDL_GetSurfaceAlphaMod.md ├── SDL_GetSurfaceBlendMode.md ├── SDL_GetSurfaceClipRect.md ├── SDL_GetSurfaceColorKey.md ├── SDL_GetSurfaceColorMod.md ├── SDL_GetSurfaceColorspace.md ├── SDL_GetSurfaceImages.md ├── SDL_GetSurfacePalette.md ├── SDL_GetSurfaceProperties.md ├── SDL_GetSystemRAM.md ├── SDL_GetSystemTheme.md ├── SDL_GetTLS.md ├── SDL_GetTextInputArea.md ├── SDL_GetTextureAlphaMod.md ├── SDL_GetTextureAlphaModFloat.md ├── SDL_GetTextureBlendMode.md ├── SDL_GetTextureColorMod.md ├── SDL_GetTextureColorModFloat.md ├── SDL_GetTextureProperties.md ├── SDL_GetTextureScaleMode.md ├── SDL_GetTextureSize.md ├── SDL_GetThreadID.md ├── SDL_GetThreadName.md ├── SDL_GetThreadState.md ├── SDL_GetTicks.md ├── SDL_GetTicksNS.md ├── SDL_GetTouchDeviceName.md ├── SDL_GetTouchDeviceType.md ├── SDL_GetTouchDevices.md ├── SDL_GetTouchFingers.md ├── SDL_GetTrayEntries.md ├── SDL_GetTrayEntryChecked.md ├── SDL_GetTrayEntryEnabled.md ├── SDL_GetTrayEntryLabel.md ├── SDL_GetTrayEntryParent.md ├── SDL_GetTrayMenu.md ├── SDL_GetTrayMenuParentEntry.md ├── SDL_GetTrayMenuParentTray.md ├── SDL_GetTraySubmenu.md ├── SDL_GetUserFolder.md ├── SDL_GetVersion.md ├── SDL_GetVideoDriver.md ├── SDL_GetWindowAspectRatio.md ├── SDL_GetWindowBordersSize.md ├── SDL_GetWindowDisplayScale.md ├── SDL_GetWindowFlags.md ├── SDL_GetWindowFromEvent.md ├── SDL_GetWindowFromID.md ├── SDL_GetWindowFullscreenMode.md ├── SDL_GetWindowICCProfile.md ├── SDL_GetWindowID.md ├── SDL_GetWindowKeyboardGrab.md ├── SDL_GetWindowMaximumSize.md ├── SDL_GetWindowMinimumSize.md ├── SDL_GetWindowMouseGrab.md ├── SDL_GetWindowMouseRect.md ├── SDL_GetWindowOpacity.md ├── SDL_GetWindowParent.md ├── SDL_GetWindowPixelDensity.md ├── SDL_GetWindowPixelFormat.md ├── SDL_GetWindowPosition.md ├── SDL_GetWindowProgressState.md ├── SDL_GetWindowProgressValue.md ├── SDL_GetWindowProperties.md ├── SDL_GetWindowRelativeMouseMode.md ├── SDL_GetWindowSafeArea.md ├── SDL_GetWindowSize.md ├── SDL_GetWindowSizeInPixels.md ├── SDL_GetWindowSurface.md ├── SDL_GetWindowSurfaceVSync.md ├── SDL_GetWindowTitle.md ├── SDL_GetWindows.md ├── SDL_GlobDirectory.md ├── SDL_GlobFlags.md ├── SDL_GlobStorageDirectory.md ├── SDL_HAPTIC_AUTOCENTER.md ├── SDL_HAPTIC_CARTESIAN.md ├── SDL_HAPTIC_CONSTANT.md ├── SDL_HAPTIC_CUSTOM.md ├── SDL_HAPTIC_DAMPER.md ├── SDL_HAPTIC_FRICTION.md ├── SDL_HAPTIC_GAIN.md ├── SDL_HAPTIC_INERTIA.md ├── SDL_HAPTIC_INFINITY.md ├── SDL_HAPTIC_LEFTRIGHT.md ├── SDL_HAPTIC_PAUSE.md ├── SDL_HAPTIC_POLAR.md ├── SDL_HAPTIC_RAMP.md ├── SDL_HAPTIC_RESERVED1.md ├── SDL_HAPTIC_RESERVED2.md ├── SDL_HAPTIC_RESERVED3.md ├── SDL_HAPTIC_SAWTOOTHDOWN.md ├── SDL_HAPTIC_SAWTOOTHUP.md ├── SDL_HAPTIC_SINE.md ├── SDL_HAPTIC_SPHERICAL.md ├── SDL_HAPTIC_SPRING.md ├── SDL_HAPTIC_SQUARE.md ├── SDL_HAPTIC_STATUS.md ├── SDL_HAPTIC_STEERING_AXIS.md ├── SDL_HAPTIC_TRIANGLE.md ├── SDL_HAS_BUILTIN.md ├── SDL_HAT_CENTERED.md ├── SDL_HAT_DOWN.md ├── SDL_HAT_LEFT.md ├── SDL_HAT_LEFTDOWN.md ├── SDL_HAT_LEFTUP.md ├── SDL_HAT_RIGHT.md ├── SDL_HAT_RIGHTDOWN.md ├── SDL_HAT_RIGHTUP.md ├── SDL_HAT_UP.md ├── SDL_HID_API_BUS_BLUETOOTH.md ├── SDL_HID_API_BUS_I2C.md ├── SDL_HID_API_BUS_SPI.md ├── SDL_HID_API_BUS_UNKNOWN.md ├── SDL_HID_API_BUS_USB.md ├── SDL_HINT_ALLOW_ALT_TAB_WHILE_GRABBED.md ├── SDL_HINT_ANDROID_ALLOW_RECREATE_ACTIVITY.md ├── SDL_HINT_ANDROID_BLOCK_ON_PAUSE.md ├── SDL_HINT_ANDROID_LOW_LATENCY_AUDIO.md ├── SDL_HINT_ANDROID_TRAP_BACK_BUTTON.md ├── SDL_HINT_APPLE_TV_CONTROLLER_UI_EVENTS.md ├── SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION.md ├── SDL_HINT_APP_ID.md ├── SDL_HINT_APP_NAME.md ├── SDL_HINT_ASSERT.md ├── SDL_HINT_AUDIO_ALSA_DEFAULT_DEVICE.md ├── SDL_HINT_AUDIO_ALSA_DEFAULT_PLAYBACK_DEVICE.md ├── SDL_HINT_AUDIO_ALSA_DEFAULT_RECORDING_DEVICE.md ├── SDL_HINT_AUDIO_CATEGORY.md ├── SDL_HINT_AUDIO_CHANNELS.md ├── SDL_HINT_AUDIO_DEVICE_APP_ICON_NAME.md ├── SDL_HINT_AUDIO_DEVICE_SAMPLE_FRAMES.md ├── SDL_HINT_AUDIO_DEVICE_STREAM_NAME.md ├── SDL_HINT_AUDIO_DEVICE_STREAM_ROLE.md ├── SDL_HINT_AUDIO_DISK_INPUT_FILE.md ├── SDL_HINT_AUDIO_DISK_OUTPUT_FILE.md ├── SDL_HINT_AUDIO_DISK_TIMESCALE.md ├── SDL_HINT_AUDIO_DRIVER.md ├── SDL_HINT_AUDIO_DUMMY_TIMESCALE.md ├── SDL_HINT_AUDIO_FORMAT.md ├── SDL_HINT_AUDIO_FREQUENCY.md ├── SDL_HINT_AUDIO_INCLUDE_MONITORS.md ├── SDL_HINT_AUTO_UPDATE_JOYSTICKS.md ├── SDL_HINT_AUTO_UPDATE_SENSORS.md ├── SDL_HINT_BMP_SAVE_LEGACY_FORMAT.md ├── SDL_HINT_CAMERA_DRIVER.md ├── SDL_HINT_CPU_FEATURE_MASK.md ├── SDL_HINT_DEFAULT.md ├── SDL_HINT_DISPLAY_USABLE_BOUNDS.md ├── SDL_HINT_EGL_LIBRARY.md ├── SDL_HINT_EMSCRIPTEN_ASYNCIFY.md ├── SDL_HINT_EMSCRIPTEN_CANVAS_SELECTOR.md ├── SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT.md ├── SDL_HINT_ENABLE_SCREEN_KEYBOARD.md ├── SDL_HINT_EVDEV_DEVICES.md ├── SDL_HINT_EVENT_LOGGING.md ├── SDL_HINT_FILE_DIALOG_DRIVER.md ├── SDL_HINT_FORCE_RAISEWINDOW.md ├── SDL_HINT_FRAMEBUFFER_ACCELERATION.md ├── SDL_HINT_GAMECONTROLLERCONFIG.md ├── SDL_HINT_GAMECONTROLLERCONFIG_FILE.md ├── SDL_HINT_GAMECONTROLLERTYPE.md ├── SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES.md ├── SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT.md ├── SDL_HINT_GAMECONTROLLER_SENSOR_FUSION.md ├── SDL_HINT_GDK_TEXTINPUT_DEFAULT_TEXT.md ├── SDL_HINT_GDK_TEXTINPUT_DESCRIPTION.md ├── SDL_HINT_GDK_TEXTINPUT_MAX_LENGTH.md ├── SDL_HINT_GDK_TEXTINPUT_SCOPE.md ├── SDL_HINT_GDK_TEXTINPUT_TITLE.md ├── SDL_HINT_GPU_DRIVER.md ├── SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS.md ├── SDL_HINT_HIDAPI_IGNORE_DEVICES.md ├── SDL_HINT_HIDAPI_LIBUSB.md ├── SDL_HINT_HIDAPI_LIBUSB_WHITELIST.md ├── SDL_HINT_HIDAPI_UDEV.md ├── SDL_HINT_IME_IMPLEMENTED_UI.md ├── SDL_HINT_IOS_HIDE_HOME_INDICATOR.md ├── SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS.md ├── SDL_HINT_JOYSTICK_ARCADESTICK_DEVICES.md ├── SDL_HINT_JOYSTICK_ARCADESTICK_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_BLACKLIST_DEVICES.md ├── SDL_HINT_JOYSTICK_BLACKLIST_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_DEVICE.md ├── SDL_HINT_JOYSTICK_DIRECTINPUT.md ├── SDL_HINT_JOYSTICK_ENHANCED_REPORTS.md ├── SDL_HINT_JOYSTICK_FLIGHTSTICK_DEVICES.md ├── SDL_HINT_JOYSTICK_FLIGHTSTICK_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_GAMECUBE_DEVICES.md ├── SDL_HINT_JOYSTICK_GAMECUBE_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_GAMEINPUT.md ├── SDL_HINT_JOYSTICK_HAPTIC_AXES.md ├── SDL_HINT_JOYSTICK_HIDAPI.md ├── SDL_HINT_JOYSTICK_HIDAPI_8BITDO.md ├── SDL_HINT_JOYSTICK_HIDAPI_COMBINE_JOY_CONS.md ├── SDL_HINT_JOYSTICK_HIDAPI_FLYDIGI.md ├── SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE.md ├── SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE_RUMBLE_BRAKE.md ├── SDL_HINT_JOYSTICK_HIDAPI_GIP.md ├── SDL_HINT_JOYSTICK_HIDAPI_GIP_RESET_FOR_METADATA.md ├── SDL_HINT_JOYSTICK_HIDAPI_JOYCON_HOME_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS.md ├── SDL_HINT_JOYSTICK_HIDAPI_LG4FF.md ├── SDL_HINT_JOYSTICK_HIDAPI_LUNA.md ├── SDL_HINT_JOYSTICK_HIDAPI_NINTENDO_CLASSIC.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS3.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS3_SIXAXIS_DRIVER.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS4.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS4_REPORT_INTERVAL.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS5.md ├── SDL_HINT_JOYSTICK_HIDAPI_PS5_PLAYER_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_SHIELD.md ├── SDL_HINT_JOYSTICK_HIDAPI_STADIA.md ├── SDL_HINT_JOYSTICK_HIDAPI_STEAM.md ├── SDL_HINT_JOYSTICK_HIDAPI_STEAMDECK.md ├── SDL_HINT_JOYSTICK_HIDAPI_STEAM_HOME_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_STEAM_HORI.md ├── SDL_HINT_JOYSTICK_HIDAPI_SWITCH.md ├── SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_SWITCH_PLAYER_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_VERTICAL_JOY_CONS.md ├── SDL_HINT_JOYSTICK_HIDAPI_WII.md ├── SDL_HINT_JOYSTICK_HIDAPI_WII_PLAYER_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX_360.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_PLAYER_LED.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_WIRELESS.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE.md ├── SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE_HOME_LED.md ├── SDL_HINT_JOYSTICK_IOKIT.md ├── SDL_HINT_JOYSTICK_LINUX_CLASSIC.md ├── SDL_HINT_JOYSTICK_LINUX_DEADZONES.md ├── SDL_HINT_JOYSTICK_LINUX_DIGITAL_HATS.md ├── SDL_HINT_JOYSTICK_LINUX_HAT_DEADZONES.md ├── SDL_HINT_JOYSTICK_MFI.md ├── SDL_HINT_JOYSTICK_RAWINPUT.md ├── SDL_HINT_JOYSTICK_RAWINPUT_CORRELATE_XINPUT.md ├── SDL_HINT_JOYSTICK_ROG_CHAKRAM.md ├── SDL_HINT_JOYSTICK_THREAD.md ├── SDL_HINT_JOYSTICK_THROTTLE_DEVICES.md ├── SDL_HINT_JOYSTICK_THROTTLE_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_WGI.md ├── SDL_HINT_JOYSTICK_WHEEL_DEVICES.md ├── SDL_HINT_JOYSTICK_WHEEL_DEVICES_EXCLUDED.md ├── SDL_HINT_JOYSTICK_ZERO_CENTERED_DEVICES.md ├── SDL_HINT_KEYCODE_OPTIONS.md ├── SDL_HINT_KMSDRM_DEVICE_INDEX.md ├── SDL_HINT_KMSDRM_REQUIRE_DRM_MASTER.md ├── SDL_HINT_LOGGING.md ├── SDL_HINT_MAC_BACKGROUND_APP.md ├── SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK.md ├── SDL_HINT_MAC_OPENGL_ASYNC_DISPATCH.md ├── SDL_HINT_MAC_OPTION_AS_ALT.md ├── SDL_HINT_MAC_SCROLL_MOMENTUM.md ├── SDL_HINT_MAIN_CALLBACK_RATE.md ├── SDL_HINT_MOUSE_AUTO_CAPTURE.md ├── SDL_HINT_MOUSE_DEFAULT_SYSTEM_CURSOR.md ├── SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS.md ├── SDL_HINT_MOUSE_DOUBLE_CLICK_TIME.md ├── SDL_HINT_MOUSE_EMULATE_WARP_WITH_RELATIVE.md ├── SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH.md ├── SDL_HINT_MOUSE_NORMAL_SPEED_SCALE.md ├── SDL_HINT_MOUSE_RELATIVE_CURSOR_VISIBLE.md ├── SDL_HINT_MOUSE_RELATIVE_MODE_CENTER.md ├── SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE.md ├── SDL_HINT_MOUSE_RELATIVE_SYSTEM_SCALE.md ├── SDL_HINT_MOUSE_RELATIVE_WARP_MOTION.md ├── SDL_HINT_MOUSE_TOUCH_EVENTS.md ├── SDL_HINT_MUTE_CONSOLE_KEYBOARD.md ├── SDL_HINT_NORMAL.md ├── SDL_HINT_NO_SIGNAL_HANDLERS.md ├── SDL_HINT_OPENGL_ES_DRIVER.md ├── SDL_HINT_OPENGL_LIBRARY.md ├── SDL_HINT_OPENVR_LIBRARY.md ├── SDL_HINT_ORIENTATIONS.md ├── SDL_HINT_OVERRIDE.md ├── SDL_HINT_PEN_MOUSE_EVENTS.md ├── SDL_HINT_PEN_TOUCH_EVENTS.md ├── SDL_HINT_POLL_SENTINEL.md ├── SDL_HINT_PREFERRED_LOCALES.md ├── SDL_HINT_QUIT_ON_LAST_WINDOW_CLOSE.md ├── SDL_HINT_RENDER_DIRECT3D11_DEBUG.md ├── SDL_HINT_RENDER_DIRECT3D_THREADSAFE.md ├── SDL_HINT_RENDER_DRIVER.md ├── SDL_HINT_RENDER_GPU_DEBUG.md ├── SDL_HINT_RENDER_GPU_LOW_POWER.md ├── SDL_HINT_RENDER_LINE_METHOD.md ├── SDL_HINT_RENDER_METAL_PREFER_LOW_POWER_DEVICE.md ├── SDL_HINT_RENDER_VSYNC.md ├── SDL_HINT_RENDER_VULKAN_DEBUG.md ├── SDL_HINT_RETURN_KEY_HIDES_IME.md ├── SDL_HINT_ROG_GAMEPAD_MICE.md ├── SDL_HINT_ROG_GAMEPAD_MICE_EXCLUDED.md ├── SDL_HINT_RPI_VIDEO_LAYER.md ├── SDL_HINT_SCREENSAVER_INHIBIT_ACTIVITY_NAME.md ├── SDL_HINT_SHUTDOWN_DBUS_ON_QUIT.md ├── SDL_HINT_STORAGE_TITLE_DRIVER.md ├── SDL_HINT_STORAGE_USER_DRIVER.md ├── SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL.md ├── SDL_HINT_THREAD_PRIORITY_POLICY.md ├── SDL_HINT_TIMER_RESOLUTION.md ├── SDL_HINT_TOUCH_MOUSE_EVENTS.md ├── SDL_HINT_TRACKPAD_IS_TOUCH_ONLY.md ├── SDL_HINT_TV_REMOTE_AS_JOYSTICK.md ├── SDL_HINT_VIDEO_ALLOW_SCREENSAVER.md ├── SDL_HINT_VIDEO_DISPLAY_PRIORITY.md ├── SDL_HINT_VIDEO_DOUBLE_BUFFER.md ├── SDL_HINT_VIDEO_DRIVER.md ├── SDL_HINT_VIDEO_DUMMY_SAVE_FRAMES.md ├── SDL_HINT_VIDEO_EGL_ALLOW_GETDISPLAY_FALLBACK.md ├── SDL_HINT_VIDEO_FORCE_EGL.md ├── SDL_HINT_VIDEO_MAC_FULLSCREEN_MENU_VISIBILITY.md ├── SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES.md ├── SDL_HINT_VIDEO_MATCH_EXCLUSIVE_MODE_ON_MOVE.md ├── SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS.md ├── SDL_HINT_VIDEO_OFFSCREEN_SAVE_FRAMES.md ├── SDL_HINT_VIDEO_SYNC_WINDOW_OPERATIONS.md ├── SDL_HINT_VIDEO_WAYLAND_ALLOW_LIBDECOR.md ├── SDL_HINT_VIDEO_WAYLAND_MODE_EMULATION.md ├── SDL_HINT_VIDEO_WAYLAND_MODE_SCALING.md ├── SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR.md ├── SDL_HINT_VIDEO_WAYLAND_SCALE_TO_DISPLAY.md ├── SDL_HINT_VIDEO_WIN_D3DCOMPILER.md ├── SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT.md ├── SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR.md ├── SDL_HINT_VIDEO_X11_NET_WM_PING.md ├── SDL_HINT_VIDEO_X11_NODIRECTCOLOR.md ├── SDL_HINT_VIDEO_X11_SCALING_FACTOR.md ├── SDL_HINT_VIDEO_X11_VISUALID.md ├── SDL_HINT_VIDEO_X11_WINDOW_VISUALID.md ├── SDL_HINT_VIDEO_X11_XRANDR.md ├── SDL_HINT_VITA_ENABLE_BACK_TOUCH.md ├── SDL_HINT_VITA_ENABLE_FRONT_TOUCH.md ├── SDL_HINT_VITA_MODULE_PATH.md ├── SDL_HINT_VITA_PVR_INIT.md ├── SDL_HINT_VITA_PVR_OPENGL.md ├── SDL_HINT_VITA_RESOLUTION.md ├── SDL_HINT_VITA_TOUCH_MOUSE_DEVICE.md ├── SDL_HINT_VULKAN_DISPLAY.md ├── SDL_HINT_VULKAN_LIBRARY.md ├── SDL_HINT_WAVE_CHUNK_LIMIT.md ├── SDL_HINT_WAVE_FACT_CHUNK.md ├── SDL_HINT_WAVE_RIFF_CHUNK_SIZE.md ├── SDL_HINT_WAVE_TRUNCATION.md ├── SDL_HINT_WINDOWS_CLOSE_ON_ALT_F4.md ├── SDL_HINT_WINDOWS_ENABLE_MENU_MNEMONICS.md ├── SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP.md ├── SDL_HINT_WINDOWS_ERASE_BACKGROUND_MODE.md ├── SDL_HINT_WINDOWS_FORCE_SEMAPHORE_KERNEL.md ├── SDL_HINT_WINDOWS_GAMEINPUT.md ├── SDL_HINT_WINDOWS_INTRESOURCE_ICON.md ├── SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL.md ├── SDL_HINT_WINDOWS_RAW_KEYBOARD.md ├── SDL_HINT_WINDOWS_USE_D3D9EX.md ├── SDL_HINT_WINDOW_ACTIVATE_WHEN_RAISED.md ├── SDL_HINT_WINDOW_ACTIVATE_WHEN_SHOWN.md ├── SDL_HINT_WINDOW_ALLOW_TOPMOST.md ├── SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN.md ├── SDL_HINT_X11_FORCE_OVERRIDE_REDIRECT.md ├── SDL_HINT_X11_WINDOW_TYPE.md ├── SDL_HINT_X11_XCB_LIBRARY.md ├── SDL_HINT_XINPUT_ENABLED.md ├── SDL_HITTEST_DRAGGABLE.md ├── SDL_HITTEST_NORMAL.md ├── SDL_HITTEST_RESIZE_BOTTOM.md ├── SDL_HITTEST_RESIZE_BOTTOMLEFT.md ├── SDL_HITTEST_RESIZE_BOTTOMRIGHT.md ├── SDL_HITTEST_RESIZE_LEFT.md ├── SDL_HITTEST_RESIZE_RIGHT.md ├── SDL_HITTEST_RESIZE_TOP.md ├── SDL_HITTEST_RESIZE_TOPLEFT.md ├── SDL_HITTEST_RESIZE_TOPRIGHT.md ├── SDL_Haptic.md ├── SDL_HapticCondition.md ├── SDL_HapticConstant.md ├── SDL_HapticCustom.md ├── SDL_HapticDirection.md ├── SDL_HapticDirectionType.md ├── SDL_HapticEffect.md ├── SDL_HapticEffectID.md ├── SDL_HapticEffectSupported.md ├── SDL_HapticEffectType.md ├── SDL_HapticID.md ├── SDL_HapticLeftRight.md ├── SDL_HapticPeriodic.md ├── SDL_HapticRamp.md ├── SDL_HapticRumbleSupported.md ├── SDL_HasARMSIMD.md ├── SDL_HasAVX.md ├── SDL_HasAVX2.md ├── SDL_HasAVX512F.md ├── SDL_HasAltiVec.md ├── SDL_HasClipboardData.md ├── SDL_HasClipboardText.md ├── SDL_HasEvent.md ├── SDL_HasEvents.md ├── SDL_HasExactlyOneBitSet32.md ├── SDL_HasGamepad.md ├── SDL_HasJoystick.md ├── SDL_HasKeyboard.md ├── SDL_HasLASX.md ├── SDL_HasLSX.md ├── SDL_HasMMX.md ├── SDL_HasMouse.md ├── SDL_HasNEON.md ├── SDL_HasPrimarySelectionText.md ├── SDL_HasProperty.md ├── SDL_HasRectIntersection.md ├── SDL_HasRectIntersectionFloat.md ├── SDL_HasSSE.md ├── SDL_HasSSE2.md ├── SDL_HasSSE3.md ├── SDL_HasSSE41.md ├── SDL_HasSSE42.md ├── SDL_HasScreenKeyboardSupport.md ├── SDL_HideCursor.md ├── SDL_HideWindow.md ├── SDL_HintCallback.md ├── SDL_HintPriority.md ├── SDL_HitTest.md ├── SDL_HitTestResult.md ├── SDL_ICONV_E2BIG.md ├── SDL_ICONV_EILSEQ.md ├── SDL_ICONV_EINVAL.md ├── SDL_ICONV_ERROR.md ├── SDL_INIT_AUDIO.md ├── SDL_INIT_CAMERA.md ├── SDL_INIT_EVENTS.md ├── SDL_INIT_GAMEPAD.md ├── SDL_INIT_HAPTIC.md ├── SDL_INIT_INTERFACE.md ├── SDL_INIT_JOYSTICK.md ├── SDL_INIT_SENSOR.md ├── SDL_INIT_STATUS_INITIALIZED.md ├── SDL_INIT_STATUS_INITIALIZING.md ├── SDL_INIT_STATUS_UNINITIALIZED.md ├── SDL_INIT_STATUS_UNINITIALIZING.md ├── SDL_INIT_VIDEO.md ├── SDL_INLINE.md ├── SDL_INOUT_Z_CAP.md ├── SDL_INVALID_UNICODE_CODEPOINT.md ├── SDL_IN_BYTECAP.md ├── SDL_IOFromConstMem.md ├── SDL_IOFromDynamicMem.md ├── SDL_IOFromFile.md ├── SDL_IOFromMem.md ├── SDL_IOStatus.md ├── SDL_IOStream.md ├── SDL_IOStreamInterface.md ├── SDL_IOWhence.md ├── SDL_IO_SEEK_CUR.md ├── SDL_IO_SEEK_END.md ├── SDL_IO_SEEK_SET.md ├── SDL_IO_STATUS_EOF.md ├── SDL_IO_STATUS_ERROR.md ├── SDL_IO_STATUS_NOT_READY.md ├── SDL_IO_STATUS_READONLY.md ├── SDL_IO_STATUS_READY.md ├── SDL_IO_STATUS_WRITEONLY.md ├── SDL_IOprintf.md ├── SDL_IOvprintf.md ├── SDL_ISCOLORSPACE_FULL_RANGE.md ├── SDL_ISCOLORSPACE_LIMITED_RANGE.md ├── SDL_ISCOLORSPACE_MATRIX_BT2020_NCL.md ├── SDL_ISCOLORSPACE_MATRIX_BT601.md ├── SDL_ISCOLORSPACE_MATRIX_BT709.md ├── SDL_ISPIXELFORMAT_10BIT.md ├── SDL_ISPIXELFORMAT_ALPHA.md ├── SDL_ISPIXELFORMAT_ARRAY.md ├── SDL_ISPIXELFORMAT_FLOAT.md ├── SDL_ISPIXELFORMAT_FOURCC.md ├── SDL_ISPIXELFORMAT_INDEXED.md ├── SDL_ISPIXELFORMAT_PACKED.md ├── SDL_Init.md ├── SDL_InitFlags.md ├── SDL_InitHapticRumble.md ├── SDL_InitState.md ├── SDL_InitStatus.md ├── SDL_InitSubSystem.md ├── SDL_InsertGPUDebugLabel.md ├── SDL_InsertTrayEntryAt.md ├── SDL_InvalidParamError.md ├── SDL_IsAudioDevicePhysical.md ├── SDL_IsAudioDevicePlayback.md ├── SDL_IsChromebook.md ├── SDL_IsDeXMode.md ├── SDL_IsGamepad.md ├── SDL_IsJoystickHaptic.md ├── SDL_IsJoystickVirtual.md ├── SDL_IsMainThread.md ├── SDL_IsMouseHaptic.md ├── SDL_IsTV.md ├── SDL_IsTablet.md ├── SDL_JOYSTICK_AXIS_MAX.md ├── SDL_JOYSTICK_AXIS_MIN.md ├── SDL_JOYSTICK_CONNECTION_INVALID.md ├── SDL_JOYSTICK_CONNECTION_UNKNOWN.md ├── SDL_JOYSTICK_CONNECTION_WIRED.md ├── SDL_JOYSTICK_CONNECTION_WIRELESS.md ├── SDL_JOYSTICK_TYPE_ARCADE_PAD.md ├── SDL_JOYSTICK_TYPE_ARCADE_STICK.md ├── SDL_JOYSTICK_TYPE_COUNT.md ├── SDL_JOYSTICK_TYPE_DANCE_PAD.md ├── SDL_JOYSTICK_TYPE_DRUM_KIT.md ├── SDL_JOYSTICK_TYPE_FLIGHT_STICK.md ├── SDL_JOYSTICK_TYPE_GAMEPAD.md ├── SDL_JOYSTICK_TYPE_GUITAR.md ├── SDL_JOYSTICK_TYPE_THROTTLE.md ├── SDL_JOYSTICK_TYPE_UNKNOWN.md ├── SDL_JOYSTICK_TYPE_WHEEL.md ├── SDL_JoyAxisEvent.md ├── SDL_JoyBallEvent.md ├── SDL_JoyBatteryEvent.md ├── SDL_JoyButtonEvent.md ├── SDL_JoyDeviceEvent.md ├── SDL_JoyHatEvent.md ├── SDL_Joystick.md ├── SDL_JoystickConnected.md ├── SDL_JoystickConnectionState.md ├── SDL_JoystickEventsEnabled.md ├── SDL_JoystickID.md ├── SDL_JoystickType.md ├── SDL_KMOD_ALT.md ├── SDL_KMOD_CAPS.md ├── SDL_KMOD_CTRL.md ├── SDL_KMOD_GUI.md ├── SDL_KMOD_LALT.md ├── SDL_KMOD_LCTRL.md ├── SDL_KMOD_LEVEL5.md ├── SDL_KMOD_LGUI.md ├── SDL_KMOD_LSHIFT.md ├── SDL_KMOD_MODE.md ├── SDL_KMOD_NONE.md ├── SDL_KMOD_NUM.md ├── SDL_KMOD_RALT.md ├── SDL_KMOD_RCTRL.md ├── SDL_KMOD_RGUI.md ├── SDL_KMOD_RSHIFT.md ├── SDL_KMOD_SCROLL.md ├── SDL_KMOD_SHIFT.md ├── SDL_KeyboardDeviceEvent.md ├── SDL_KeyboardEvent.md ├── SDL_KeyboardID.md ├── SDL_Keycode.md ├── SDL_Keymod.md ├── SDL_KillProcess.md ├── SDL_LASX_INTRINSICS.md ├── SDL_LIL_ENDIAN.md ├── SDL_LINE.md ├── SDL_LOGICAL_PRESENTATION_DISABLED.md ├── SDL_LOGICAL_PRESENTATION_INTEGER_SCALE.md ├── SDL_LOGICAL_PRESENTATION_LETTERBOX.md ├── SDL_LOGICAL_PRESENTATION_OVERSCAN.md ├── SDL_LOGICAL_PRESENTATION_STRETCH.md ├── SDL_LOG_CATEGORY_APPLICATION.md ├── SDL_LOG_CATEGORY_ASSERT.md ├── SDL_LOG_CATEGORY_AUDIO.md ├── SDL_LOG_CATEGORY_CUSTOM.md ├── SDL_LOG_CATEGORY_ERROR.md ├── SDL_LOG_CATEGORY_GPU.md ├── SDL_LOG_CATEGORY_INPUT.md ├── SDL_LOG_CATEGORY_RENDER.md ├── SDL_LOG_CATEGORY_RESERVED10.md ├── SDL_LOG_CATEGORY_RESERVED2.md ├── SDL_LOG_CATEGORY_RESERVED3.md ├── SDL_LOG_CATEGORY_RESERVED4.md ├── SDL_LOG_CATEGORY_RESERVED5.md ├── SDL_LOG_CATEGORY_RESERVED6.md ├── SDL_LOG_CATEGORY_RESERVED7.md ├── SDL_LOG_CATEGORY_RESERVED8.md ├── SDL_LOG_CATEGORY_RESERVED9.md ├── SDL_LOG_CATEGORY_SYSTEM.md ├── SDL_LOG_CATEGORY_TEST.md ├── SDL_LOG_CATEGORY_VIDEO.md ├── SDL_LOG_PRIORITY_COUNT.md ├── SDL_LOG_PRIORITY_CRITICAL.md ├── SDL_LOG_PRIORITY_DEBUG.md ├── SDL_LOG_PRIORITY_ERROR.md ├── SDL_LOG_PRIORITY_INFO.md ├── SDL_LOG_PRIORITY_INVALID.md ├── SDL_LOG_PRIORITY_TRACE.md ├── SDL_LOG_PRIORITY_VERBOSE.md ├── SDL_LOG_PRIORITY_WARN.md ├── SDL_LSX_INTRINSICS.md ├── SDL_LoadBMP.md ├── SDL_LoadBMP_IO.md ├── SDL_LoadFile.md ├── SDL_LoadFileAsync.md ├── SDL_LoadFile_IO.md ├── SDL_LoadFunction.md ├── SDL_LoadObject.md ├── SDL_LoadWAV.md ├── SDL_LoadWAV_IO.md ├── SDL_Locale.md ├── SDL_LockAudioStream.md ├── SDL_LockJoysticks.md ├── SDL_LockMutex.md ├── SDL_LockProperties.md ├── SDL_LockRWLockForReading.md ├── SDL_LockRWLockForWriting.md ├── SDL_LockSpinlock.md ├── SDL_LockSurface.md ├── SDL_LockTexture.md ├── SDL_LockTextureToSurface.md ├── SDL_Log.md ├── SDL_LogCategory.md ├── SDL_LogCritical.md ├── SDL_LogDebug.md ├── SDL_LogError.md ├── SDL_LogInfo.md ├── SDL_LogMessage.md ├── SDL_LogMessageV.md ├── SDL_LogOutputFunction.md ├── SDL_LogPriority.md ├── SDL_LogTrace.md ├── SDL_LogVerbose.md ├── SDL_LogWarn.md ├── SDL_MAIN_HANDLED.md ├── SDL_MAIN_USE_CALLBACKS.md ├── SDL_MAJOR_VERSION.md ├── SDL_MALLOC.md ├── SDL_MATRIX_COEFFICIENTS_BT2020_CL.md ├── SDL_MATRIX_COEFFICIENTS_BT2020_NCL.md ├── SDL_MATRIX_COEFFICIENTS_BT470BG.md ├── SDL_MATRIX_COEFFICIENTS_BT601.md ├── SDL_MATRIX_COEFFICIENTS_BT709.md ├── SDL_MATRIX_COEFFICIENTS_CHROMA_DERIVED_CL.md ├── SDL_MATRIX_COEFFICIENTS_CHROMA_DERIVED_NCL.md ├── SDL_MATRIX_COEFFICIENTS_CUSTOM.md ├── SDL_MATRIX_COEFFICIENTS_FCC.md ├── SDL_MATRIX_COEFFICIENTS_ICTCP.md ├── SDL_MATRIX_COEFFICIENTS_IDENTITY.md ├── SDL_MATRIX_COEFFICIENTS_SMPTE2085.md ├── SDL_MATRIX_COEFFICIENTS_SMPTE240.md ├── SDL_MATRIX_COEFFICIENTS_UNSPECIFIED.md ├── SDL_MATRIX_COEFFICIENTS_YCGCO.md ├── SDL_MAX_SINT16.md ├── SDL_MAX_SINT32.md ├── SDL_MAX_SINT64.md ├── SDL_MAX_SINT8.md ├── SDL_MAX_TIME.md ├── SDL_MAX_UINT16.md ├── SDL_MAX_UINT32.md ├── SDL_MAX_UINT64.md ├── SDL_MAX_UINT8.md ├── SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT.md ├── SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT.md ├── SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT.md ├── SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT.md ├── SDL_MESSAGEBOX_COLOR_BACKGROUND.md ├── SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND.md ├── SDL_MESSAGEBOX_COLOR_BUTTON_BORDER.md ├── SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED.md ├── SDL_MESSAGEBOX_COLOR_COUNT.md ├── SDL_MESSAGEBOX_COLOR_TEXT.md ├── SDL_MESSAGEBOX_ERROR.md ├── SDL_MESSAGEBOX_INFORMATION.md ├── SDL_MESSAGEBOX_WARNING.md ├── SDL_MICRO_VERSION.md ├── SDL_MINOR_VERSION.md ├── SDL_MIN_SINT16.md ├── SDL_MIN_SINT32.md ├── SDL_MIN_SINT64.md ├── SDL_MIN_SINT8.md ├── SDL_MIN_TIME.md ├── SDL_MIN_UINT16.md ├── SDL_MIN_UINT32.md ├── SDL_MIN_UINT64.md ├── SDL_MIN_UINT8.md ├── SDL_MMX_INTRINSICS.md ├── SDL_MOUSEWHEEL_FLIPPED.md ├── SDL_MOUSEWHEEL_NORMAL.md ├── SDL_MOUSE_TOUCHID.md ├── SDL_MS_PER_SECOND.md ├── SDL_MS_TO_NS.md ├── SDL_MUSTLOCK.md ├── SDL_MainThreadCallback.md ├── SDL_MapGPUTransferBuffer.md ├── SDL_MapRGB.md ├── SDL_MapRGBA.md ├── SDL_MapSurfaceRGB.md ├── SDL_MapSurfaceRGBA.md ├── SDL_MatrixCoefficients.md ├── SDL_MaximizeWindow.md ├── SDL_MemoryBarrierAcquire.md ├── SDL_MemoryBarrierAcquireFunction.md ├── SDL_MemoryBarrierRelease.md ├── SDL_MemoryBarrierReleaseFunction.md ├── SDL_MessageBoxButtonData.md ├── SDL_MessageBoxButtonFlags.md ├── SDL_MessageBoxColor.md ├── SDL_MessageBoxColorScheme.md ├── SDL_MessageBoxColorType.md ├── SDL_MessageBoxData.md ├── SDL_MessageBoxFlags.md ├── SDL_MetalView.md ├── SDL_Metal_CreateView.md ├── SDL_Metal_DestroyView.md ├── SDL_Metal_GetLayer.md ├── SDL_MinimizeWindow.md ├── SDL_MixAudio.md ├── SDL_MostSignificantBitIndex32.md ├── SDL_MouseButtonEvent.md ├── SDL_MouseButtonFlags.md ├── SDL_MouseDeviceEvent.md ├── SDL_MouseID.md ├── SDL_MouseMotionEvent.md ├── SDL_MouseMotionTransformCallback.md ├── SDL_MouseWheelDirection.md ├── SDL_MouseWheelEvent.md ├── SDL_Mutex.md ├── SDL_NEON_INTRINSICS.md ├── SDL_NODISCARD.md ├── SDL_NOLONGLONG.md ├── SDL_NORETURN.md ├── SDL_NO_THREAD_SAFETY_ANALYSIS.md ├── SDL_NSTimerCallback.md ├── SDL_NS_PER_MS.md ├── SDL_NS_PER_SECOND.md ├── SDL_NS_PER_US.md ├── SDL_NS_TO_MS.md ├── SDL_NS_TO_SECONDS.md ├── SDL_NS_TO_US.md ├── SDL_NULL_WHILE_LOOP_CONDITION.md ├── SDL_ORIENTATION_LANDSCAPE.md ├── SDL_ORIENTATION_LANDSCAPE_FLIPPED.md ├── SDL_ORIENTATION_PORTRAIT.md ├── SDL_ORIENTATION_PORTRAIT_FLIPPED.md ├── SDL_ORIENTATION_UNKNOWN.md ├── SDL_OUT_BYTECAP.md ├── SDL_OUT_CAP.md ├── SDL_OUT_Z_BYTECAP.md ├── SDL_OUT_Z_CAP.md ├── SDL_OnApplicationDidChangeStatusBarOrientation.md ├── SDL_OnApplicationDidEnterBackground.md ├── SDL_OnApplicationDidEnterForeground.md ├── SDL_OnApplicationDidReceiveMemoryWarning.md ├── SDL_OnApplicationWillEnterBackground.md ├── SDL_OnApplicationWillEnterForeground.md ├── SDL_OnApplicationWillTerminate.md ├── SDL_OpenAudioDevice.md ├── SDL_OpenAudioDeviceStream.md ├── SDL_OpenCamera.md ├── SDL_OpenFileStorage.md ├── SDL_OpenGamepad.md ├── SDL_OpenHaptic.md ├── SDL_OpenHapticFromJoystick.md ├── SDL_OpenHapticFromMouse.md ├── SDL_OpenIO.md ├── SDL_OpenJoystick.md ├── SDL_OpenSensor.md ├── SDL_OpenStorage.md ├── SDL_OpenTitleStorage.md ├── SDL_OpenURL.md ├── SDL_OpenUserStorage.md ├── SDL_OutOfMemory.md ├── SDL_PACKEDLAYOUT_1010102.md ├── SDL_PACKEDLAYOUT_1555.md ├── SDL_PACKEDLAYOUT_2101010.md ├── SDL_PACKEDLAYOUT_332.md ├── SDL_PACKEDLAYOUT_4444.md ├── SDL_PACKEDLAYOUT_5551.md ├── SDL_PACKEDLAYOUT_565.md ├── SDL_PACKEDLAYOUT_8888.md ├── SDL_PACKEDLAYOUT_NONE.md ├── SDL_PACKEDORDER_ABGR.md ├── SDL_PACKEDORDER_ARGB.md ├── SDL_PACKEDORDER_BGRA.md ├── SDL_PACKEDORDER_BGRX.md ├── SDL_PACKEDORDER_NONE.md ├── SDL_PACKEDORDER_RGBA.md ├── SDL_PACKEDORDER_RGBX.md ├── SDL_PACKEDORDER_XBGR.md ├── SDL_PACKEDORDER_XRGB.md ├── SDL_PATHTYPE_DIRECTORY.md ├── SDL_PATHTYPE_FILE.md ├── SDL_PATHTYPE_NONE.md ├── SDL_PATHTYPE_OTHER.md ├── SDL_PEEKEVENT.md ├── SDL_PEN_AXIS_COUNT.md ├── SDL_PEN_AXIS_DISTANCE.md ├── SDL_PEN_AXIS_PRESSURE.md ├── SDL_PEN_AXIS_ROTATION.md ├── SDL_PEN_AXIS_SLIDER.md ├── SDL_PEN_AXIS_TANGENTIAL_PRESSURE.md ├── SDL_PEN_AXIS_XTILT.md ├── SDL_PEN_AXIS_YTILT.md ├── SDL_PEN_INPUT_BUTTON_1.md ├── SDL_PEN_INPUT_BUTTON_2.md ├── SDL_PEN_INPUT_BUTTON_3.md ├── SDL_PEN_INPUT_BUTTON_4.md ├── SDL_PEN_INPUT_BUTTON_5.md ├── SDL_PEN_INPUT_DOWN.md ├── SDL_PEN_INPUT_ERASER_TIP.md ├── SDL_PEN_MOUSEID.md ├── SDL_PEN_TOUCHID.md ├── SDL_PIXELFLAG.md ├── SDL_PIXELFORMAT_ABGR128_FLOAT.md ├── SDL_PIXELFORMAT_ABGR1555.md ├── SDL_PIXELFORMAT_ABGR2101010.md ├── SDL_PIXELFORMAT_ABGR32.md ├── SDL_PIXELFORMAT_ABGR4444.md ├── SDL_PIXELFORMAT_ABGR64.md ├── SDL_PIXELFORMAT_ABGR64_FLOAT.md ├── SDL_PIXELFORMAT_ABGR8888.md ├── SDL_PIXELFORMAT_ARGB128_FLOAT.md ├── SDL_PIXELFORMAT_ARGB1555.md ├── SDL_PIXELFORMAT_ARGB2101010.md ├── SDL_PIXELFORMAT_ARGB32.md ├── SDL_PIXELFORMAT_ARGB4444.md ├── SDL_PIXELFORMAT_ARGB64.md ├── SDL_PIXELFORMAT_ARGB64_FLOAT.md ├── SDL_PIXELFORMAT_ARGB8888.md ├── SDL_PIXELFORMAT_BGR24.md ├── SDL_PIXELFORMAT_BGR48.md ├── SDL_PIXELFORMAT_BGR48_FLOAT.md ├── SDL_PIXELFORMAT_BGR565.md ├── SDL_PIXELFORMAT_BGR96_FLOAT.md ├── SDL_PIXELFORMAT_BGRA128_FLOAT.md ├── SDL_PIXELFORMAT_BGRA32.md ├── SDL_PIXELFORMAT_BGRA4444.md ├── SDL_PIXELFORMAT_BGRA5551.md ├── SDL_PIXELFORMAT_BGRA64.md ├── SDL_PIXELFORMAT_BGRA64_FLOAT.md ├── SDL_PIXELFORMAT_BGRA8888.md ├── SDL_PIXELFORMAT_BGRX32.md ├── SDL_PIXELFORMAT_BGRX8888.md ├── SDL_PIXELFORMAT_EXTERNAL_OES.md ├── SDL_PIXELFORMAT_INDEX1LSB.md ├── SDL_PIXELFORMAT_INDEX1MSB.md ├── SDL_PIXELFORMAT_INDEX2LSB.md ├── SDL_PIXELFORMAT_INDEX2MSB.md ├── SDL_PIXELFORMAT_INDEX4LSB.md ├── SDL_PIXELFORMAT_INDEX4MSB.md ├── SDL_PIXELFORMAT_INDEX8.md ├── SDL_PIXELFORMAT_IYUV.md ├── SDL_PIXELFORMAT_MJPG.md ├── SDL_PIXELFORMAT_NV12.md ├── SDL_PIXELFORMAT_NV21.md ├── SDL_PIXELFORMAT_P010.md ├── SDL_PIXELFORMAT_RGB24.md ├── SDL_PIXELFORMAT_RGB332.md ├── SDL_PIXELFORMAT_RGB48.md ├── SDL_PIXELFORMAT_RGB48_FLOAT.md ├── SDL_PIXELFORMAT_RGB565.md ├── SDL_PIXELFORMAT_RGB96_FLOAT.md ├── SDL_PIXELFORMAT_RGBA128_FLOAT.md ├── SDL_PIXELFORMAT_RGBA32.md ├── SDL_PIXELFORMAT_RGBA4444.md ├── SDL_PIXELFORMAT_RGBA5551.md ├── SDL_PIXELFORMAT_RGBA64.md ├── SDL_PIXELFORMAT_RGBA64_FLOAT.md ├── SDL_PIXELFORMAT_RGBA8888.md ├── SDL_PIXELFORMAT_RGBX32.md ├── SDL_PIXELFORMAT_RGBX8888.md ├── SDL_PIXELFORMAT_UNKNOWN.md ├── SDL_PIXELFORMAT_UYVY.md ├── SDL_PIXELFORMAT_XBGR1555.md ├── SDL_PIXELFORMAT_XBGR2101010.md ├── SDL_PIXELFORMAT_XBGR32.md ├── SDL_PIXELFORMAT_XBGR4444.md ├── SDL_PIXELFORMAT_XBGR8888.md ├── SDL_PIXELFORMAT_XRGB1555.md ├── SDL_PIXELFORMAT_XRGB2101010.md ├── SDL_PIXELFORMAT_XRGB32.md ├── SDL_PIXELFORMAT_XRGB4444.md ├── SDL_PIXELFORMAT_XRGB8888.md ├── SDL_PIXELFORMAT_YUY2.md ├── SDL_PIXELFORMAT_YV12.md ├── SDL_PIXELFORMAT_YVYU.md ├── SDL_PIXELLAYOUT.md ├── SDL_PIXELORDER.md ├── SDL_PIXELTYPE.md ├── SDL_PIXELTYPE_ARRAYF16.md ├── SDL_PIXELTYPE_ARRAYF32.md ├── SDL_PIXELTYPE_ARRAYU16.md ├── SDL_PIXELTYPE_ARRAYU32.md ├── SDL_PIXELTYPE_ARRAYU8.md ├── SDL_PIXELTYPE_INDEX1.md ├── SDL_PIXELTYPE_INDEX2.md ├── SDL_PIXELTYPE_INDEX4.md ├── SDL_PIXELTYPE_INDEX8.md ├── SDL_PIXELTYPE_PACKED16.md ├── SDL_PIXELTYPE_PACKED32.md ├── SDL_PIXELTYPE_PACKED8.md ├── SDL_PIXELTYPE_UNKNOWN.md ├── SDL_PI_D.md ├── SDL_PI_F.md ├── SDL_PLATFORM_3DS.md ├── SDL_PLATFORM_AIX.md ├── SDL_PLATFORM_ANDROID.md ├── SDL_PLATFORM_APPLE.md ├── SDL_PLATFORM_BSDI.md ├── SDL_PLATFORM_CYGWIN.md ├── SDL_PLATFORM_EMSCRIPTEN.md ├── SDL_PLATFORM_FREEBSD.md ├── SDL_PLATFORM_GDK.md ├── SDL_PLATFORM_HAIKU.md ├── SDL_PLATFORM_HPUX.md ├── SDL_PLATFORM_IOS.md ├── SDL_PLATFORM_IRIX.md ├── SDL_PLATFORM_LINUX.md ├── SDL_PLATFORM_MACOS.md ├── SDL_PLATFORM_NETBSD.md ├── SDL_PLATFORM_NGAGE.md ├── SDL_PLATFORM_OPENBSD.md ├── SDL_PLATFORM_OS2.md ├── SDL_PLATFORM_OSF.md ├── SDL_PLATFORM_PS2.md ├── SDL_PLATFORM_PSP.md ├── SDL_PLATFORM_QNXNTO.md ├── SDL_PLATFORM_RISCOS.md ├── SDL_PLATFORM_SOLARIS.md ├── SDL_PLATFORM_TVOS.md ├── SDL_PLATFORM_UNIX.md ├── SDL_PLATFORM_VISIONOS.md ├── SDL_PLATFORM_VITA.md ├── SDL_PLATFORM_WIN32.md ├── SDL_PLATFORM_WINDOWS.md ├── SDL_PLATFORM_WINGDK.md ├── SDL_PLATFORM_XBOXONE.md ├── SDL_PLATFORM_XBOXSERIES.md ├── SDL_POWERSTATE_CHARGED.md ├── SDL_POWERSTATE_CHARGING.md ├── SDL_POWERSTATE_ERROR.md ├── SDL_POWERSTATE_NO_BATTERY.md ├── SDL_POWERSTATE_ON_BATTERY.md ├── SDL_POWERSTATE_UNKNOWN.md ├── SDL_PRILLX.md ├── SDL_PRILL_PREFIX.md ├── SDL_PRILLd.md ├── SDL_PRILLu.md ├── SDL_PRILLx.md ├── SDL_PRINTF_FORMAT_STRING.md ├── SDL_PRINTF_VARARG_FUNC.md ├── SDL_PRINTF_VARARG_FUNCV.md ├── SDL_PRIX32.md ├── SDL_PRIX64.md ├── SDL_PRIs32.md ├── SDL_PRIs64.md ├── SDL_PRIu32.md ├── SDL_PRIu64.md ├── SDL_PRIx32.md ├── SDL_PRIx64.md ├── SDL_PROCESS_STDIO_APP.md ├── SDL_PROCESS_STDIO_INHERITED.md ├── SDL_PROCESS_STDIO_NULL.md ├── SDL_PROCESS_STDIO_REDIRECT.md ├── SDL_PROGRESS_STATE_ERROR.md ├── SDL_PROGRESS_STATE_INDETERMINATE.md ├── SDL_PROGRESS_STATE_INVALID.md ├── SDL_PROGRESS_STATE_NONE.md ├── SDL_PROGRESS_STATE_NORMAL.md ├── SDL_PROGRESS_STATE_PAUSED.md ├── SDL_PROPERTY_TYPE_BOOLEAN.md ├── SDL_PROPERTY_TYPE_FLOAT.md ├── SDL_PROPERTY_TYPE_INVALID.md ├── SDL_PROPERTY_TYPE_NUMBER.md ├── SDL_PROPERTY_TYPE_POINTER.md ├── SDL_PROPERTY_TYPE_STRING.md ├── SDL_PROP_APP_METADATA_COPYRIGHT_STRING.md ├── SDL_PROP_APP_METADATA_CREATOR_STRING.md ├── SDL_PROP_APP_METADATA_IDENTIFIER_STRING.md ├── SDL_PROP_APP_METADATA_NAME_STRING.md ├── SDL_PROP_APP_METADATA_TYPE_STRING.md ├── SDL_PROP_APP_METADATA_URL_STRING.md ├── SDL_PROP_APP_METADATA_VERSION_STRING.md ├── SDL_PROP_DISPLAY_HDR_ENABLED_BOOLEAN.md ├── SDL_PROP_DISPLAY_KMSDRM_PANEL_ORIENTATION_NUMBER.md ├── SDL_PROP_DISPLAY_WAYLAND_WL_OUTPUT_POINTER.md ├── SDL_PROP_FILE_DIALOG_ACCEPT_STRING.md ├── SDL_PROP_FILE_DIALOG_CANCEL_STRING.md ├── SDL_PROP_FILE_DIALOG_FILTERS_POINTER.md ├── SDL_PROP_FILE_DIALOG_LOCATION_STRING.md ├── SDL_PROP_FILE_DIALOG_MANY_BOOLEAN.md ├── SDL_PROP_FILE_DIALOG_NFILTERS_NUMBER.md ├── SDL_PROP_FILE_DIALOG_TITLE_STRING.md ├── SDL_PROP_FILE_DIALOG_WINDOW_POINTER.md ├── SDL_PROP_GAMEPAD_CAP_MONO_LED_BOOLEAN.md ├── SDL_PROP_GAMEPAD_CAP_PLAYER_LED_BOOLEAN.md ├── SDL_PROP_GAMEPAD_CAP_RGB_LED_BOOLEAN.md ├── SDL_PROP_GAMEPAD_CAP_RUMBLE_BOOLEAN.md ├── SDL_PROP_GAMEPAD_CAP_TRIGGER_RUMBLE_BOOLEAN.md ├── SDL_PROP_GLOBAL_VIDEO_WAYLAND_WL_DISPLAY_POINTER.md ├── SDL_PROP_GPU_BUFFER_CREATE_NAME_STRING.md ├── SDL_PROP_GPU_COMPUTEPIPELINE_CREATE_NAME_STRING.md ├── SDL_PROP_GPU_DEVICE_CREATE_D3D12_SEMANTIC_NAME_STRING.md ├── SDL_PROP_GPU_DEVICE_CREATE_DEBUGMODE_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_NAME_STRING.md ├── SDL_PROP_GPU_DEVICE_CREATE_PREFERLOWPOWER_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_SHADERS_DXBC_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_SHADERS_DXIL_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_SHADERS_METALLIB_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_SHADERS_MSL_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_SHADERS_PRIVATE_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_SHADERS_SPIRV_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_VERBOSE_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_VULKAN_DEPTHCLAMP_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_VULKAN_DRAWINDIRECTFIRST_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_VULKAN_SAMPLERANISOTROPY_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_CREATE_VULKAN_SHADERCLIPDISTANCE_BOOLEAN.md ├── SDL_PROP_GPU_DEVICE_DRIVER_INFO_STRING.md ├── SDL_PROP_GPU_DEVICE_DRIVER_NAME_STRING.md ├── SDL_PROP_GPU_DEVICE_DRIVER_VERSION_STRING.md ├── SDL_PROP_GPU_DEVICE_NAME_STRING.md ├── SDL_PROP_GPU_GRAPHICSPIPELINE_CREATE_NAME_STRING.md ├── SDL_PROP_GPU_SAMPLER_CREATE_NAME_STRING.md ├── SDL_PROP_GPU_SHADER_CREATE_NAME_STRING.md ├── SDL_PROP_GPU_TEXTURE_CREATE_D3D12_CLEAR_A_FLOAT.md ├── SDL_PROP_GPU_TEXTURE_CREATE_D3D12_CLEAR_B_FLOAT.md ├── SDL_PROP_GPU_TEXTURE_CREATE_D3D12_CLEAR_DEPTH_FLOAT.md ├── SDL_PROP_GPU_TEXTURE_CREATE_D3D12_CLEAR_G_FLOAT.md ├── SDL_PROP_GPU_TEXTURE_CREATE_D3D12_CLEAR_R_FLOAT.md ├── SDL_PROP_GPU_TEXTURE_CREATE_D3D12_CLEAR_STENCIL_NUMBER.md ├── SDL_PROP_GPU_TEXTURE_CREATE_NAME_STRING.md ├── SDL_PROP_GPU_TRANSFERBUFFER_CREATE_NAME_STRING.md ├── SDL_PROP_IOSTREAM_ANDROID_AASSET_POINTER.md ├── SDL_PROP_IOSTREAM_DYNAMIC_CHUNKSIZE_NUMBER.md ├── SDL_PROP_IOSTREAM_DYNAMIC_MEMORY_POINTER.md ├── SDL_PROP_IOSTREAM_FILE_DESCRIPTOR_NUMBER.md ├── SDL_PROP_IOSTREAM_MEMORY_POINTER.md ├── SDL_PROP_IOSTREAM_MEMORY_SIZE_NUMBER.md ├── SDL_PROP_IOSTREAM_STDIO_FILE_POINTER.md ├── SDL_PROP_IOSTREAM_WINDOWS_HANDLE_POINTER.md ├── SDL_PROP_JOYSTICK_CAP_MONO_LED_BOOLEAN.md ├── SDL_PROP_JOYSTICK_CAP_PLAYER_LED_BOOLEAN.md ├── SDL_PROP_JOYSTICK_CAP_RGB_LED_BOOLEAN.md ├── SDL_PROP_JOYSTICK_CAP_RUMBLE_BOOLEAN.md ├── SDL_PROP_JOYSTICK_CAP_TRIGGER_RUMBLE_BOOLEAN.md ├── SDL_PROP_PROCESS_BACKGROUND_BOOLEAN.md ├── SDL_PROP_PROCESS_CREATE_ARGS_POINTER.md ├── SDL_PROP_PROCESS_CREATE_BACKGROUND_BOOLEAN.md ├── SDL_PROP_PROCESS_CREATE_CMDLINE_STRING.md ├── SDL_PROP_PROCESS_CREATE_ENVIRONMENT_POINTER.md ├── SDL_PROP_PROCESS_CREATE_STDERR_NUMBER.md ├── SDL_PROP_PROCESS_CREATE_STDERR_POINTER.md ├── SDL_PROP_PROCESS_CREATE_STDERR_TO_STDOUT_BOOLEAN.md ├── SDL_PROP_PROCESS_CREATE_STDIN_NUMBER.md ├── SDL_PROP_PROCESS_CREATE_STDIN_POINTER.md ├── SDL_PROP_PROCESS_CREATE_STDOUT_NUMBER.md ├── SDL_PROP_PROCESS_CREATE_STDOUT_POINTER.md ├── SDL_PROP_PROCESS_CREATE_WORKING_DIRECTORY_STRING.md ├── SDL_PROP_PROCESS_PID_NUMBER.md ├── SDL_PROP_PROCESS_STDERR_POINTER.md ├── SDL_PROP_PROCESS_STDIN_POINTER.md ├── SDL_PROP_PROCESS_STDOUT_POINTER.md ├── SDL_PROP_RENDERER_CREATE_GPU_SHADERS_DXIL_BOOLEAN.md ├── SDL_PROP_RENDERER_CREATE_GPU_SHADERS_MSL_BOOLEAN.md ├── SDL_PROP_RENDERER_CREATE_GPU_SHADERS_SPIRV_BOOLEAN.md ├── SDL_PROP_RENDERER_CREATE_NAME_STRING.md ├── SDL_PROP_RENDERER_CREATE_OUTPUT_COLORSPACE_NUMBER.md ├── SDL_PROP_RENDERER_CREATE_PRESENT_VSYNC_NUMBER.md ├── SDL_PROP_RENDERER_CREATE_SURFACE_POINTER.md ├── SDL_PROP_RENDERER_CREATE_VULKAN_DEVICE_POINTER.md ├── SDL_PROP_RENDERER_CREATE_VULKAN_GRAPHICS_QUEUE_FAMILY_INDEX_NUMBER.md ├── SDL_PROP_RENDERER_CREATE_VULKAN_INSTANCE_POINTER.md ├── SDL_PROP_RENDERER_CREATE_VULKAN_PHYSICAL_DEVICE_POINTER.md ├── SDL_PROP_RENDERER_CREATE_VULKAN_PRESENT_QUEUE_FAMILY_INDEX_NUMBER.md ├── SDL_PROP_RENDERER_CREATE_VULKAN_SURFACE_NUMBER.md ├── SDL_PROP_RENDERER_CREATE_WINDOW_POINTER.md ├── SDL_PROP_RENDERER_D3D11_DEVICE_POINTER.md ├── SDL_PROP_RENDERER_D3D11_SWAPCHAIN_POINTER.md ├── SDL_PROP_RENDERER_D3D12_COMMAND_QUEUE_POINTER.md ├── SDL_PROP_RENDERER_D3D12_DEVICE_POINTER.md ├── SDL_PROP_RENDERER_D3D12_SWAPCHAIN_POINTER.md ├── SDL_PROP_RENDERER_D3D9_DEVICE_POINTER.md ├── SDL_PROP_RENDERER_GPU_DEVICE_POINTER.md ├── SDL_PROP_RENDERER_HDR_ENABLED_BOOLEAN.md ├── SDL_PROP_RENDERER_HDR_HEADROOM_FLOAT.md ├── SDL_PROP_RENDERER_MAX_TEXTURE_SIZE_NUMBER.md ├── SDL_PROP_RENDERER_NAME_STRING.md ├── SDL_PROP_RENDERER_OUTPUT_COLORSPACE_NUMBER.md ├── SDL_PROP_RENDERER_SDR_WHITE_POINT_FLOAT.md ├── SDL_PROP_RENDERER_SURFACE_POINTER.md ├── SDL_PROP_RENDERER_TEXTURE_FORMATS_POINTER.md ├── SDL_PROP_RENDERER_VSYNC_NUMBER.md ├── SDL_PROP_RENDERER_VULKAN_DEVICE_POINTER.md ├── SDL_PROP_RENDERER_VULKAN_GRAPHICS_QUEUE_FAMILY_INDEX_NUMBER.md ├── SDL_PROP_RENDERER_VULKAN_INSTANCE_POINTER.md ├── SDL_PROP_RENDERER_VULKAN_PHYSICAL_DEVICE_POINTER.md ├── SDL_PROP_RENDERER_VULKAN_PRESENT_QUEUE_FAMILY_INDEX_NUMBER.md ├── SDL_PROP_RENDERER_VULKAN_SURFACE_NUMBER.md ├── SDL_PROP_RENDERER_VULKAN_SWAPCHAIN_IMAGE_COUNT_NUMBER.md ├── SDL_PROP_RENDERER_WINDOW_POINTER.md ├── SDL_PROP_SURFACE_HDR_HEADROOM_FLOAT.md ├── SDL_PROP_SURFACE_HOTSPOT_X_NUMBER.md ├── SDL_PROP_SURFACE_HOTSPOT_Y_NUMBER.md ├── SDL_PROP_SURFACE_SDR_WHITE_POINT_FLOAT.md ├── SDL_PROP_SURFACE_TONEMAP_OPERATOR_STRING.md ├── SDL_PROP_TEXTINPUT_ANDROID_INPUTTYPE_NUMBER.md ├── SDL_PROP_TEXTINPUT_AUTOCORRECT_BOOLEAN.md ├── SDL_PROP_TEXTINPUT_CAPITALIZATION_NUMBER.md ├── SDL_PROP_TEXTINPUT_MULTILINE_BOOLEAN.md ├── SDL_PROP_TEXTINPUT_TYPE_NUMBER.md ├── SDL_PROP_TEXTURE_ACCESS_NUMBER.md ├── SDL_PROP_TEXTURE_COLORSPACE_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_ACCESS_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_COLORSPACE_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_D3D11_TEXTURE_POINTER.md ├── SDL_PROP_TEXTURE_CREATE_D3D11_TEXTURE_U_POINTER.md ├── SDL_PROP_TEXTURE_CREATE_D3D11_TEXTURE_V_POINTER.md ├── SDL_PROP_TEXTURE_CREATE_D3D12_TEXTURE_POINTER.md ├── SDL_PROP_TEXTURE_CREATE_D3D12_TEXTURE_U_POINTER.md ├── SDL_PROP_TEXTURE_CREATE_D3D12_TEXTURE_V_POINTER.md ├── SDL_PROP_TEXTURE_CREATE_FORMAT_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_HDR_HEADROOM_FLOAT.md ├── SDL_PROP_TEXTURE_CREATE_HEIGHT_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_METAL_PIXELBUFFER_POINTER.md ├── SDL_PROP_TEXTURE_CREATE_OPENGLES2_TEXTURE_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_OPENGLES2_TEXTURE_UV_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_OPENGLES2_TEXTURE_U_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_OPENGLES2_TEXTURE_V_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_OPENGL_TEXTURE_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_OPENGL_TEXTURE_UV_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_OPENGL_TEXTURE_U_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_OPENGL_TEXTURE_V_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_SDR_WHITE_POINT_FLOAT.md ├── SDL_PROP_TEXTURE_CREATE_VULKAN_TEXTURE_NUMBER.md ├── SDL_PROP_TEXTURE_CREATE_WIDTH_NUMBER.md ├── SDL_PROP_TEXTURE_D3D11_TEXTURE_POINTER.md ├── SDL_PROP_TEXTURE_D3D11_TEXTURE_U_POINTER.md ├── SDL_PROP_TEXTURE_D3D11_TEXTURE_V_POINTER.md ├── SDL_PROP_TEXTURE_D3D12_TEXTURE_POINTER.md ├── SDL_PROP_TEXTURE_D3D12_TEXTURE_U_POINTER.md ├── SDL_PROP_TEXTURE_D3D12_TEXTURE_V_POINTER.md ├── SDL_PROP_TEXTURE_FORMAT_NUMBER.md ├── SDL_PROP_TEXTURE_HDR_HEADROOM_FLOAT.md ├── SDL_PROP_TEXTURE_HEIGHT_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGLES2_TEXTURE_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGLES2_TEXTURE_TARGET_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGLES2_TEXTURE_UV_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGLES2_TEXTURE_U_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGLES2_TEXTURE_V_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGL_TEXTURE_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGL_TEXTURE_TARGET_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGL_TEXTURE_UV_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGL_TEXTURE_U_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGL_TEXTURE_V_NUMBER.md ├── SDL_PROP_TEXTURE_OPENGL_TEX_H_FLOAT.md ├── SDL_PROP_TEXTURE_OPENGL_TEX_W_FLOAT.md ├── SDL_PROP_TEXTURE_SDR_WHITE_POINT_FLOAT.md ├── SDL_PROP_TEXTURE_VULKAN_TEXTURE_NUMBER.md ├── SDL_PROP_TEXTURE_WIDTH_NUMBER.md ├── SDL_PROP_THREAD_CREATE_ENTRY_FUNCTION_POINTER.md ├── SDL_PROP_THREAD_CREATE_NAME_STRING.md ├── SDL_PROP_THREAD_CREATE_STACKSIZE_NUMBER.md ├── SDL_PROP_THREAD_CREATE_USERDATA_POINTER.md ├── SDL_PROP_WINDOW_ANDROID_SURFACE_POINTER.md ├── SDL_PROP_WINDOW_ANDROID_WINDOW_POINTER.md ├── SDL_PROP_WINDOW_COCOA_METAL_VIEW_TAG_NUMBER.md ├── SDL_PROP_WINDOW_COCOA_WINDOW_POINTER.md ├── SDL_PROP_WINDOW_CREATE_ALWAYS_ON_TOP_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_BORDERLESS_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_COCOA_VIEW_POINTER.md ├── SDL_PROP_WINDOW_CREATE_COCOA_WINDOW_POINTER.md ├── SDL_PROP_WINDOW_CREATE_CONSTRAIN_POPUP_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_CANVAS_ID.md ├── SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_CANVAS_ID_STRING.md ├── SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_KEYBOARD_ELEMENT.md ├── SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_KEYBOARD_ELEMENT_STRING.md ├── SDL_PROP_WINDOW_CREATE_EXTERNAL_GRAPHICS_CONTEXT_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_FLAGS_NUMBER.md ├── SDL_PROP_WINDOW_CREATE_FOCUSABLE_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_FULLSCREEN_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_HEIGHT_NUMBER.md ├── SDL_PROP_WINDOW_CREATE_HIDDEN_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_HIGH_PIXEL_DENSITY_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_MAXIMIZED_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_MENU_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_METAL_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_MINIMIZED_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_MODAL_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_MOUSE_GRABBED_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_OPENGL_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_PARENT_POINTER.md ├── SDL_PROP_WINDOW_CREATE_RESIZABLE_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_TITLE_STRING.md ├── SDL_PROP_WINDOW_CREATE_TOOLTIP_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_TRANSPARENT_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_UTILITY_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_VULKAN_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_WAYLAND_CREATE_EGL_WINDOW_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_WAYLAND_SURFACE_ROLE_CUSTOM_BOOLEAN.md ├── SDL_PROP_WINDOW_CREATE_WAYLAND_WL_SURFACE_POINTER.md ├── SDL_PROP_WINDOW_CREATE_WIDTH_NUMBER.md ├── SDL_PROP_WINDOW_CREATE_WIN32_HWND_POINTER.md ├── SDL_PROP_WINDOW_CREATE_WIN32_PIXEL_FORMAT_HWND_POINTER.md ├── SDL_PROP_WINDOW_CREATE_X11_WINDOW_NUMBER.md ├── SDL_PROP_WINDOW_CREATE_X_NUMBER.md ├── SDL_PROP_WINDOW_CREATE_Y_NUMBER.md ├── SDL_PROP_WINDOW_EMSCRIPTEN_CANVAS_ID.md ├── SDL_PROP_WINDOW_EMSCRIPTEN_CANVAS_ID_STRING.md ├── SDL_PROP_WINDOW_EMSCRIPTEN_KEYBOARD_ELEMENT.md ├── SDL_PROP_WINDOW_EMSCRIPTEN_KEYBOARD_ELEMENT_STRING.md ├── SDL_PROP_WINDOW_HDR_ENABLED_BOOLEAN.md ├── SDL_PROP_WINDOW_HDR_HEADROOM_FLOAT.md ├── SDL_PROP_WINDOW_KMSDRM_DEVICE_INDEX_NUMBER.md ├── SDL_PROP_WINDOW_KMSDRM_DRM_FD_NUMBER.md ├── SDL_PROP_WINDOW_KMSDRM_GBM_DEVICE_POINTER.md ├── SDL_PROP_WINDOW_OPENVR_OVERLAY_ID_NUMBER.md ├── SDL_PROP_WINDOW_SDR_WHITE_LEVEL_FLOAT.md ├── SDL_PROP_WINDOW_SHAPE_POINTER.md ├── SDL_PROP_WINDOW_UIKIT_METAL_VIEW_TAG_NUMBER.md ├── SDL_PROP_WINDOW_UIKIT_OPENGL_FRAMEBUFFER_NUMBER.md ├── SDL_PROP_WINDOW_UIKIT_OPENGL_RENDERBUFFER_NUMBER.md ├── SDL_PROP_WINDOW_UIKIT_OPENGL_RESOLVE_FRAMEBUFFER_NUMBER.md ├── SDL_PROP_WINDOW_UIKIT_WINDOW_POINTER.md ├── SDL_PROP_WINDOW_VIVANTE_DISPLAY_POINTER.md ├── SDL_PROP_WINDOW_VIVANTE_SURFACE_POINTER.md ├── SDL_PROP_WINDOW_VIVANTE_WINDOW_POINTER.md ├── SDL_PROP_WINDOW_WAYLAND_DISPLAY_POINTER.md ├── SDL_PROP_WINDOW_WAYLAND_EGL_WINDOW_POINTER.md ├── SDL_PROP_WINDOW_WAYLAND_SURFACE_POINTER.md ├── SDL_PROP_WINDOW_WAYLAND_VIEWPORT_POINTER.md ├── SDL_PROP_WINDOW_WAYLAND_XDG_POPUP_POINTER.md ├── SDL_PROP_WINDOW_WAYLAND_XDG_POSITIONER_POINTER.md ├── SDL_PROP_WINDOW_WAYLAND_XDG_SURFACE_POINTER.md ├── SDL_PROP_WINDOW_WAYLAND_XDG_TOPLEVEL_EXPORT_HANDLE_STRING.md ├── SDL_PROP_WINDOW_WAYLAND_XDG_TOPLEVEL_POINTER.md ├── SDL_PROP_WINDOW_WIN32_HDC_POINTER.md ├── SDL_PROP_WINDOW_WIN32_HWND_POINTER.md ├── SDL_PROP_WINDOW_WIN32_INSTANCE_POINTER.md ├── SDL_PROP_WINDOW_X11_DISPLAY_POINTER.md ├── SDL_PROP_WINDOW_X11_SCREEN_NUMBER.md ├── SDL_PROP_WINDOW_X11_WINDOW_NUMBER.md ├── SDL_PT_GUARDED_BY.md ├── SDL_PackedLayout.md ├── SDL_PackedOrder.md ├── SDL_Palette.md ├── SDL_PathInfo.md ├── SDL_PathType.md ├── SDL_PauseAudioDevice.md ├── SDL_PauseAudioStreamDevice.md ├── SDL_PauseHaptic.md ├── SDL_PeepEvents.md ├── SDL_PenAxis.md ├── SDL_PenAxisEvent.md ├── SDL_PenButtonEvent.md ├── SDL_PenID.md ├── SDL_PenInputFlags.md ├── SDL_PenMotionEvent.md ├── SDL_PenProximityEvent.md ├── SDL_PenTouchEvent.md ├── SDL_PixelFormat.md ├── SDL_PixelFormatDetails.md ├── SDL_PixelType.md ├── SDL_PlayHapticRumble.md ├── SDL_Point.md ├── SDL_PointInRect.md ├── SDL_PointInRectFloat.md ├── SDL_PollEvent.md ├── SDL_PopGPUDebugGroup.md ├── SDL_PowerState.md ├── SDL_PremultiplyAlpha.md ├── SDL_PremultiplySurfaceAlpha.md ├── SDL_Process.md ├── SDL_ProcessIO.md ├── SDL_ProgressState.md ├── SDL_PropertiesID.md ├── SDL_PropertyType.md ├── SDL_PumpEvents.md ├── SDL_PushEvent.md ├── SDL_PushGPUComputeUniformData.md ├── SDL_PushGPUDebugGroup.md ├── SDL_PushGPUFragmentUniformData.md ├── SDL_PushGPUVertexUniformData.md ├── SDL_PutAudioStreamData.md ├── SDL_PutAudioStreamDataNoCopy.md ├── SDL_PutAudioStreamPlanarData.md ├── SDL_QueryGPUFence.md ├── SDL_Quit.md ├── SDL_QuitEvent.md ├── SDL_QuitSubSystem.md ├── SDL_RELEASE.md ├── SDL_RELEASE_GENERIC.md ├── SDL_RELEASE_SHARED.md ├── SDL_RENDERER_VSYNC_ADAPTIVE.md ├── SDL_RENDERER_VSYNC_DISABLED.md ├── SDL_REQUIRES.md ├── SDL_REQUIRES_SHARED.md ├── SDL_RESTRICT.md ├── SDL_RETURN_CAPABILITY.md ├── SDL_REVISION.md ├── SDL_RWLock.md ├── SDL_RaiseWindow.md ├── SDL_ReadAsyncIO.md ├── SDL_ReadIO.md ├── SDL_ReadProcess.md ├── SDL_ReadS16BE.md ├── SDL_ReadS16LE.md ├── SDL_ReadS32BE.md ├── SDL_ReadS32LE.md ├── SDL_ReadS64BE.md ├── SDL_ReadS64LE.md ├── SDL_ReadS8.md ├── SDL_ReadStorageFile.md ├── SDL_ReadSurfacePixel.md ├── SDL_ReadSurfacePixelFloat.md ├── SDL_ReadU16BE.md ├── SDL_ReadU16LE.md ├── SDL_ReadU32BE.md ├── SDL_ReadU32LE.md ├── SDL_ReadU64BE.md ├── SDL_ReadU64LE.md ├── SDL_ReadU8.md ├── SDL_Rect.md ├── SDL_RectEmpty.md ├── SDL_RectEmptyFloat.md ├── SDL_RectToFRect.md ├── SDL_RectsEqual.md ├── SDL_RectsEqualEpsilon.md ├── SDL_RectsEqualFloat.md ├── SDL_RegisterApp.md ├── SDL_RegisterEvents.md ├── SDL_ReleaseCameraFrame.md ├── SDL_ReleaseGPUBuffer.md ├── SDL_ReleaseGPUComputePipeline.md ├── SDL_ReleaseGPUFence.md ├── SDL_ReleaseGPUGraphicsPipeline.md ├── SDL_ReleaseGPUSampler.md ├── SDL_ReleaseGPUShader.md ├── SDL_ReleaseGPUTexture.md ├── SDL_ReleaseGPUTransferBuffer.md ├── SDL_ReleaseWindowFromGPUDevice.md ├── SDL_ReloadGamepadMappings.md ├── SDL_RemoveEventWatch.md ├── SDL_RemoveHintCallback.md ├── SDL_RemovePath.md ├── SDL_RemoveStoragePath.md ├── SDL_RemoveSurfaceAlternateImages.md ├── SDL_RemoveTimer.md ├── SDL_RemoveTrayEntry.md ├── SDL_RenamePath.md ├── SDL_RenameStoragePath.md ├── SDL_RenderClear.md ├── SDL_RenderClipEnabled.md ├── SDL_RenderCoordinatesFromWindow.md ├── SDL_RenderCoordinatesToWindow.md ├── SDL_RenderDebugText.md ├── SDL_RenderDebugTextFormat.md ├── SDL_RenderEvent.md ├── SDL_RenderFillRect.md ├── SDL_RenderFillRects.md ├── SDL_RenderGeometry.md ├── SDL_RenderGeometryRaw.md ├── SDL_RenderLine.md ├── SDL_RenderLines.md ├── SDL_RenderPoint.md ├── SDL_RenderPoints.md ├── SDL_RenderPresent.md ├── SDL_RenderReadPixels.md ├── SDL_RenderRect.md ├── SDL_RenderRects.md ├── SDL_RenderTexture.md ├── SDL_RenderTexture9Grid.md ├── SDL_RenderTexture9GridTiled.md ├── SDL_RenderTextureAffine.md ├── SDL_RenderTextureRotated.md ├── SDL_RenderTextureTiled.md ├── SDL_RenderViewportSet.md ├── SDL_Renderer.md ├── SDL_RendererLogicalPresentation.md ├── SDL_ReportAssertion.md ├── SDL_RequestAndroidPermission.md ├── SDL_RequestAndroidPermissionCallback.md ├── SDL_ResetAssertionReport.md ├── SDL_ResetHint.md ├── SDL_ResetHints.md ├── SDL_ResetKeyboard.md ├── SDL_ResetLogPriorities.md ├── SDL_RestoreWindow.md ├── SDL_ResumeAudioDevice.md ├── SDL_ResumeAudioStreamDevice.md ├── SDL_ResumeHaptic.md ├── SDL_RumbleGamepad.md ├── SDL_RumbleGamepadTriggers.md ├── SDL_RumbleJoystick.md ├── SDL_RumbleJoystickTriggers.md ├── SDL_RunApp.md ├── SDL_RunHapticEffect.md ├── SDL_RunOnMainThread.md ├── SDL_SANDBOX_FLATPAK.md ├── SDL_SANDBOX_MACOS.md ├── SDL_SANDBOX_NONE.md ├── SDL_SANDBOX_SNAP.md ├── SDL_SANDBOX_UNKNOWN_CONTAINER.md ├── SDL_SCALEMODE_INVALID.md ├── SDL_SCALEMODE_LINEAR.md ├── SDL_SCALEMODE_NEAREST.md ├── SDL_SCALEMODE_PIXELART.md ├── SDL_SCANCODE_0.md ├── SDL_SCANCODE_1.md ├── SDL_SCANCODE_2.md ├── SDL_SCANCODE_3.md ├── SDL_SCANCODE_4.md ├── SDL_SCANCODE_5.md ├── SDL_SCANCODE_6.md ├── SDL_SCANCODE_7.md ├── SDL_SCANCODE_8.md ├── SDL_SCANCODE_9.md ├── SDL_SCANCODE_A.md ├── SDL_SCANCODE_AC_BACK.md ├── SDL_SCANCODE_AC_BOOKMARKS.md ├── SDL_SCANCODE_AC_CLOSE.md ├── SDL_SCANCODE_AC_EXIT.md ├── SDL_SCANCODE_AC_FORWARD.md ├── SDL_SCANCODE_AC_HOME.md ├── SDL_SCANCODE_AC_NEW.md ├── SDL_SCANCODE_AC_OPEN.md ├── SDL_SCANCODE_AC_PRINT.md ├── SDL_SCANCODE_AC_PROPERTIES.md ├── SDL_SCANCODE_AC_REFRESH.md ├── SDL_SCANCODE_AC_SAVE.md ├── SDL_SCANCODE_AC_SEARCH.md ├── SDL_SCANCODE_AC_STOP.md ├── SDL_SCANCODE_AGAIN.md ├── SDL_SCANCODE_ALTERASE.md ├── SDL_SCANCODE_APOSTROPHE.md ├── SDL_SCANCODE_APPLICATION.md ├── SDL_SCANCODE_B.md ├── SDL_SCANCODE_BACKSPACE.md ├── SDL_SCANCODE_C.md ├── SDL_SCANCODE_CALL.md ├── SDL_SCANCODE_CANCEL.md ├── SDL_SCANCODE_CAPSLOCK.md ├── SDL_SCANCODE_CHANNEL_DECREMENT.md ├── SDL_SCANCODE_CHANNEL_INCREMENT.md ├── SDL_SCANCODE_CLEAR.md ├── SDL_SCANCODE_CLEARAGAIN.md ├── SDL_SCANCODE_COMMA.md ├── SDL_SCANCODE_COPY.md ├── SDL_SCANCODE_COUNT.md ├── SDL_SCANCODE_CRSEL.md ├── SDL_SCANCODE_CURRENCYSUBUNIT.md ├── SDL_SCANCODE_CURRENCYUNIT.md ├── SDL_SCANCODE_CUT.md ├── SDL_SCANCODE_D.md ├── SDL_SCANCODE_DECIMALSEPARATOR.md ├── SDL_SCANCODE_DELETE.md ├── SDL_SCANCODE_DOWN.md ├── SDL_SCANCODE_E.md ├── SDL_SCANCODE_END.md ├── SDL_SCANCODE_ENDCALL.md ├── SDL_SCANCODE_EQUALS.md ├── SDL_SCANCODE_ESCAPE.md ├── SDL_SCANCODE_EXECUTE.md ├── SDL_SCANCODE_EXSEL.md ├── SDL_SCANCODE_F.md ├── SDL_SCANCODE_F1.md ├── SDL_SCANCODE_F10.md ├── SDL_SCANCODE_F11.md ├── SDL_SCANCODE_F12.md ├── SDL_SCANCODE_F13.md ├── SDL_SCANCODE_F14.md ├── SDL_SCANCODE_F15.md ├── SDL_SCANCODE_F16.md ├── SDL_SCANCODE_F17.md ├── SDL_SCANCODE_F18.md ├── SDL_SCANCODE_F19.md ├── SDL_SCANCODE_F2.md ├── SDL_SCANCODE_F20.md ├── SDL_SCANCODE_F21.md ├── SDL_SCANCODE_F22.md ├── SDL_SCANCODE_F23.md ├── SDL_SCANCODE_F24.md ├── SDL_SCANCODE_F3.md ├── SDL_SCANCODE_F4.md ├── SDL_SCANCODE_F5.md ├── SDL_SCANCODE_F6.md ├── SDL_SCANCODE_F7.md ├── SDL_SCANCODE_F8.md ├── SDL_SCANCODE_F9.md ├── SDL_SCANCODE_FIND.md ├── SDL_SCANCODE_G.md ├── SDL_SCANCODE_H.md ├── SDL_SCANCODE_HELP.md ├── SDL_SCANCODE_HOME.md ├── SDL_SCANCODE_I.md ├── SDL_SCANCODE_INTERNATIONAL2.md ├── SDL_SCANCODE_INTERNATIONAL3.md ├── SDL_SCANCODE_INTERNATIONAL4.md ├── SDL_SCANCODE_INTERNATIONAL5.md ├── SDL_SCANCODE_INTERNATIONAL6.md ├── SDL_SCANCODE_INTERNATIONAL7.md ├── SDL_SCANCODE_INTERNATIONAL8.md ├── SDL_SCANCODE_INTERNATIONAL9.md ├── SDL_SCANCODE_J.md ├── SDL_SCANCODE_K.md ├── SDL_SCANCODE_KP_0.md ├── SDL_SCANCODE_KP_00.md ├── SDL_SCANCODE_KP_000.md ├── SDL_SCANCODE_KP_1.md ├── SDL_SCANCODE_KP_2.md ├── SDL_SCANCODE_KP_3.md ├── SDL_SCANCODE_KP_4.md ├── SDL_SCANCODE_KP_5.md ├── SDL_SCANCODE_KP_6.md ├── SDL_SCANCODE_KP_7.md ├── SDL_SCANCODE_KP_8.md ├── SDL_SCANCODE_KP_9.md ├── SDL_SCANCODE_KP_A.md ├── SDL_SCANCODE_KP_AMPERSAND.md ├── SDL_SCANCODE_KP_AT.md ├── SDL_SCANCODE_KP_B.md ├── SDL_SCANCODE_KP_BACKSPACE.md ├── SDL_SCANCODE_KP_BINARY.md ├── SDL_SCANCODE_KP_C.md ├── SDL_SCANCODE_KP_CLEAR.md ├── SDL_SCANCODE_KP_CLEARENTRY.md ├── SDL_SCANCODE_KP_COLON.md ├── SDL_SCANCODE_KP_COMMA.md ├── SDL_SCANCODE_KP_D.md ├── SDL_SCANCODE_KP_DBLAMPERSAND.md ├── SDL_SCANCODE_KP_DBLVERTICALBAR.md ├── SDL_SCANCODE_KP_DECIMAL.md ├── SDL_SCANCODE_KP_DIVIDE.md ├── SDL_SCANCODE_KP_E.md ├── SDL_SCANCODE_KP_ENTER.md ├── SDL_SCANCODE_KP_EQUALS.md ├── SDL_SCANCODE_KP_EQUALSAS400.md ├── SDL_SCANCODE_KP_EXCLAM.md ├── SDL_SCANCODE_KP_F.md ├── SDL_SCANCODE_KP_GREATER.md ├── SDL_SCANCODE_KP_HASH.md ├── SDL_SCANCODE_KP_HEXADECIMAL.md ├── SDL_SCANCODE_KP_LEFTBRACE.md ├── SDL_SCANCODE_KP_LEFTPAREN.md ├── SDL_SCANCODE_KP_LESS.md ├── SDL_SCANCODE_KP_MEMADD.md ├── SDL_SCANCODE_KP_MEMCLEAR.md ├── SDL_SCANCODE_KP_MEMDIVIDE.md ├── SDL_SCANCODE_KP_MEMMULTIPLY.md ├── SDL_SCANCODE_KP_MEMRECALL.md ├── SDL_SCANCODE_KP_MEMSTORE.md ├── SDL_SCANCODE_KP_MEMSUBTRACT.md ├── SDL_SCANCODE_KP_MINUS.md ├── SDL_SCANCODE_KP_MULTIPLY.md ├── SDL_SCANCODE_KP_OCTAL.md ├── SDL_SCANCODE_KP_PERCENT.md ├── SDL_SCANCODE_KP_PERIOD.md ├── SDL_SCANCODE_KP_PLUS.md ├── SDL_SCANCODE_KP_PLUSMINUS.md ├── SDL_SCANCODE_KP_POWER.md ├── SDL_SCANCODE_KP_RIGHTBRACE.md ├── SDL_SCANCODE_KP_RIGHTPAREN.md ├── SDL_SCANCODE_KP_SPACE.md ├── SDL_SCANCODE_KP_TAB.md ├── SDL_SCANCODE_KP_VERTICALBAR.md ├── SDL_SCANCODE_KP_XOR.md ├── SDL_SCANCODE_L.md ├── SDL_SCANCODE_LALT.md ├── SDL_SCANCODE_LANG1.md ├── SDL_SCANCODE_LANG2.md ├── SDL_SCANCODE_LANG3.md ├── SDL_SCANCODE_LANG4.md ├── SDL_SCANCODE_LANG5.md ├── SDL_SCANCODE_LANG6.md ├── SDL_SCANCODE_LANG7.md ├── SDL_SCANCODE_LANG8.md ├── SDL_SCANCODE_LANG9.md ├── SDL_SCANCODE_LCTRL.md ├── SDL_SCANCODE_LEFT.md ├── SDL_SCANCODE_LEFTBRACKET.md ├── SDL_SCANCODE_LGUI.md ├── SDL_SCANCODE_LSHIFT.md ├── SDL_SCANCODE_M.md ├── SDL_SCANCODE_MEDIA_EJECT.md ├── SDL_SCANCODE_MEDIA_FAST_FORWARD.md ├── SDL_SCANCODE_MEDIA_NEXT_TRACK.md ├── SDL_SCANCODE_MEDIA_PAUSE.md ├── SDL_SCANCODE_MEDIA_PLAY.md ├── SDL_SCANCODE_MEDIA_PLAY_PAUSE.md ├── SDL_SCANCODE_MEDIA_PREVIOUS_TRACK.md ├── SDL_SCANCODE_MEDIA_RECORD.md ├── SDL_SCANCODE_MEDIA_REWIND.md ├── SDL_SCANCODE_MEDIA_SELECT.md ├── SDL_SCANCODE_MEDIA_STOP.md ├── SDL_SCANCODE_MENU.md ├── SDL_SCANCODE_MINUS.md ├── SDL_SCANCODE_MUTE.md ├── SDL_SCANCODE_N.md ├── SDL_SCANCODE_O.md ├── SDL_SCANCODE_OPER.md ├── SDL_SCANCODE_OUT.md ├── SDL_SCANCODE_P.md ├── SDL_SCANCODE_PAGEDOWN.md ├── SDL_SCANCODE_PAGEUP.md ├── SDL_SCANCODE_PASTE.md ├── SDL_SCANCODE_PAUSE.md ├── SDL_SCANCODE_PERIOD.md ├── SDL_SCANCODE_PRINTSCREEN.md ├── SDL_SCANCODE_PRIOR.md ├── SDL_SCANCODE_Q.md ├── SDL_SCANCODE_R.md ├── SDL_SCANCODE_RALT.md ├── SDL_SCANCODE_RCTRL.md ├── SDL_SCANCODE_RESERVED.md ├── SDL_SCANCODE_RETURN.md ├── SDL_SCANCODE_RETURN2.md ├── SDL_SCANCODE_RGUI.md ├── SDL_SCANCODE_RIGHT.md ├── SDL_SCANCODE_RIGHTBRACKET.md ├── SDL_SCANCODE_RSHIFT.md ├── SDL_SCANCODE_S.md ├── SDL_SCANCODE_SCROLLLOCK.md ├── SDL_SCANCODE_SELECT.md ├── SDL_SCANCODE_SEMICOLON.md ├── SDL_SCANCODE_SEPARATOR.md ├── SDL_SCANCODE_SLASH.md ├── SDL_SCANCODE_SLEEP.md ├── SDL_SCANCODE_SPACE.md ├── SDL_SCANCODE_STOP.md ├── SDL_SCANCODE_SYSREQ.md ├── SDL_SCANCODE_T.md ├── SDL_SCANCODE_TAB.md ├── SDL_SCANCODE_THOUSANDSSEPARATOR.md ├── SDL_SCANCODE_TO_KEYCODE.md ├── SDL_SCANCODE_U.md ├── SDL_SCANCODE_UNDO.md ├── SDL_SCANCODE_UNKNOWN.md ├── SDL_SCANCODE_UP.md ├── SDL_SCANCODE_V.md ├── SDL_SCANCODE_VOLUMEDOWN.md ├── SDL_SCANCODE_VOLUMEUP.md ├── SDL_SCANCODE_W.md ├── SDL_SCANCODE_WAKE.md ├── SDL_SCANCODE_X.md ├── SDL_SCANCODE_Y.md ├── SDL_SCANCODE_Z.md ├── SDL_SCANF_FORMAT_STRING.md ├── SDL_SCANF_VARARG_FUNC.md ├── SDL_SCANF_VARARG_FUNCV.md ├── SDL_SCOPED_CAPABILITY.md ├── SDL_SECONDS_TO_NS.md ├── SDL_SENSOR_ACCEL.md ├── SDL_SENSOR_ACCEL_L.md ├── SDL_SENSOR_ACCEL_R.md ├── SDL_SENSOR_GYRO.md ├── SDL_SENSOR_GYRO_L.md ├── SDL_SENSOR_GYRO_R.md ├── SDL_SENSOR_INVALID.md ├── SDL_SENSOR_UNKNOWN.md ├── SDL_SINT64_C.md ├── SDL_SIZE_MAX.md ├── SDL_SOFTWARE_RENDERER.md ├── SDL_SSE2_INTRINSICS.md ├── SDL_SSE3_INTRINSICS.md ├── SDL_SSE4_1_INTRINSICS.md ├── SDL_SSE4_2_INTRINSICS.md ├── SDL_SSE_INTRINSICS.md ├── SDL_STANDARD_GRAVITY.md ├── SDL_STRINGIFY_ARG.md ├── SDL_SURFACE_LOCKED.md ├── SDL_SURFACE_LOCK_NEEDED.md ├── SDL_SURFACE_PREALLOCATED.md ├── SDL_SURFACE_SIMD_ALIGNED.md ├── SDL_SYSTEM_CURSOR_COUNT.md ├── SDL_SYSTEM_CURSOR_CROSSHAIR.md ├── SDL_SYSTEM_CURSOR_DEFAULT.md ├── SDL_SYSTEM_CURSOR_EW_RESIZE.md ├── SDL_SYSTEM_CURSOR_E_RESIZE.md ├── SDL_SYSTEM_CURSOR_MOVE.md ├── SDL_SYSTEM_CURSOR_NESW_RESIZE.md ├── SDL_SYSTEM_CURSOR_NE_RESIZE.md ├── SDL_SYSTEM_CURSOR_NOT_ALLOWED.md ├── SDL_SYSTEM_CURSOR_NS_RESIZE.md ├── SDL_SYSTEM_CURSOR_NWSE_RESIZE.md ├── SDL_SYSTEM_CURSOR_NW_RESIZE.md ├── SDL_SYSTEM_CURSOR_N_RESIZE.md ├── SDL_SYSTEM_CURSOR_POINTER.md ├── SDL_SYSTEM_CURSOR_PROGRESS.md ├── SDL_SYSTEM_CURSOR_SE_RESIZE.md ├── SDL_SYSTEM_CURSOR_SW_RESIZE.md ├── SDL_SYSTEM_CURSOR_S_RESIZE.md ├── SDL_SYSTEM_CURSOR_TEXT.md ├── SDL_SYSTEM_CURSOR_WAIT.md ├── SDL_SYSTEM_CURSOR_W_RESIZE.md ├── SDL_SYSTEM_THEME_DARK.md ├── SDL_SYSTEM_THEME_LIGHT.md ├── SDL_SYSTEM_THEME_UNKNOWN.md ├── SDL_Sandbox.md ├── SDL_SaveBMP.md ├── SDL_SaveBMP_IO.md ├── SDL_SaveFile.md ├── SDL_SaveFile_IO.md ├── SDL_ScaleMode.md ├── SDL_ScaleSurface.md ├── SDL_Scancode.md ├── SDL_ScreenKeyboardShown.md ├── SDL_ScreenSaverEnabled.md ├── SDL_SeekIO.md ├── SDL_Semaphore.md ├── SDL_SendAndroidBackButton.md ├── SDL_SendAndroidMessage.md ├── SDL_SendGamepadEffect.md ├── SDL_SendJoystickEffect.md ├── SDL_SendJoystickVirtualSensorData.md ├── SDL_Sensor.md ├── SDL_SensorEvent.md ├── SDL_SensorID.md ├── SDL_SensorType.md ├── SDL_SetAppMetadata.md ├── SDL_SetAppMetadataProperty.md ├── SDL_SetAssertionHandler.md ├── SDL_SetAtomicInt.md ├── SDL_SetAtomicPointer.md ├── SDL_SetAtomicU32.md ├── SDL_SetAudioDeviceGain.md ├── SDL_SetAudioIterationCallbacks.md ├── SDL_SetAudioPostmixCallback.md ├── SDL_SetAudioStreamFormat.md ├── SDL_SetAudioStreamFrequencyRatio.md ├── SDL_SetAudioStreamGain.md ├── SDL_SetAudioStreamGetCallback.md ├── SDL_SetAudioStreamInputChannelMap.md ├── SDL_SetAudioStreamOutputChannelMap.md ├── SDL_SetAudioStreamPutCallback.md ├── SDL_SetBooleanProperty.md ├── SDL_SetClipboardData.md ├── SDL_SetClipboardText.md ├── SDL_SetCurrentThreadPriority.md ├── SDL_SetCursor.md ├── SDL_SetDefaultTextureScaleMode.md ├── SDL_SetEnvironmentVariable.md ├── SDL_SetError.md ├── SDL_SetErrorV.md ├── SDL_SetEventEnabled.md ├── SDL_SetEventFilter.md ├── SDL_SetFloatProperty.md ├── SDL_SetGPUAllowedFramesInFlight.md ├── SDL_SetGPUBlendConstants.md ├── SDL_SetGPUBufferName.md ├── SDL_SetGPURenderStateFragmentUniforms.md ├── SDL_SetGPUScissor.md ├── SDL_SetGPUStencilReference.md ├── SDL_SetGPUSwapchainParameters.md ├── SDL_SetGPUTextureName.md ├── SDL_SetGPUViewport.md ├── SDL_SetGamepadEventsEnabled.md ├── SDL_SetGamepadLED.md ├── SDL_SetGamepadMapping.md ├── SDL_SetGamepadPlayerIndex.md ├── SDL_SetGamepadSensorEnabled.md ├── SDL_SetHapticAutocenter.md ├── SDL_SetHapticGain.md ├── SDL_SetHint.md ├── SDL_SetHintWithPriority.md ├── SDL_SetInitialized.md ├── SDL_SetJoystickEventsEnabled.md ├── SDL_SetJoystickLED.md ├── SDL_SetJoystickPlayerIndex.md ├── SDL_SetJoystickVirtualAxis.md ├── SDL_SetJoystickVirtualBall.md ├── SDL_SetJoystickVirtualButton.md ├── SDL_SetJoystickVirtualHat.md ├── SDL_SetJoystickVirtualTouchpad.md ├── SDL_SetLinuxThreadPriority.md ├── SDL_SetLinuxThreadPriorityAndPolicy.md ├── SDL_SetLogOutputFunction.md ├── SDL_SetLogPriorities.md ├── SDL_SetLogPriority.md ├── SDL_SetLogPriorityPrefix.md ├── SDL_SetMainReady.md ├── SDL_SetMemoryFunctions.md ├── SDL_SetModState.md ├── SDL_SetNumberProperty.md ├── SDL_SetPaletteColors.md ├── SDL_SetPointerProperty.md ├── SDL_SetPointerPropertyWithCleanup.md ├── SDL_SetPrimarySelectionText.md ├── SDL_SetRelativeMouseTransform.md ├── SDL_SetRenderClipRect.md ├── SDL_SetRenderColorScale.md ├── SDL_SetRenderDrawBlendMode.md ├── SDL_SetRenderDrawColor.md ├── SDL_SetRenderDrawColorFloat.md ├── SDL_SetRenderGPUState.md ├── SDL_SetRenderLogicalPresentation.md ├── SDL_SetRenderScale.md ├── SDL_SetRenderTarget.md ├── SDL_SetRenderTextureAddressMode.md ├── SDL_SetRenderVSync.md ├── SDL_SetRenderViewport.md ├── SDL_SetScancodeName.md ├── SDL_SetStringProperty.md ├── SDL_SetSurfaceAlphaMod.md ├── SDL_SetSurfaceBlendMode.md ├── SDL_SetSurfaceClipRect.md ├── SDL_SetSurfaceColorKey.md ├── SDL_SetSurfaceColorMod.md ├── SDL_SetSurfaceColorspace.md ├── SDL_SetSurfacePalette.md ├── SDL_SetSurfaceRLE.md ├── SDL_SetTLS.md ├── SDL_SetTextInputArea.md ├── SDL_SetTextureAlphaMod.md ├── SDL_SetTextureAlphaModFloat.md ├── SDL_SetTextureBlendMode.md ├── SDL_SetTextureColorMod.md ├── SDL_SetTextureColorModFloat.md ├── SDL_SetTextureScaleMode.md ├── SDL_SetTrayEntryCallback.md ├── SDL_SetTrayEntryChecked.md ├── SDL_SetTrayEntryEnabled.md ├── SDL_SetTrayEntryLabel.md ├── SDL_SetTrayIcon.md ├── SDL_SetTrayTooltip.md ├── SDL_SetWindowAlwaysOnTop.md ├── SDL_SetWindowAspectRatio.md ├── SDL_SetWindowBordered.md ├── SDL_SetWindowFocusable.md ├── SDL_SetWindowFullscreen.md ├── SDL_SetWindowFullscreenMode.md ├── SDL_SetWindowHitTest.md ├── SDL_SetWindowIcon.md ├── SDL_SetWindowKeyboardGrab.md ├── SDL_SetWindowMaximumSize.md ├── SDL_SetWindowMinimumSize.md ├── SDL_SetWindowModal.md ├── SDL_SetWindowMouseGrab.md ├── SDL_SetWindowMouseRect.md ├── SDL_SetWindowOpacity.md ├── SDL_SetWindowParent.md ├── SDL_SetWindowPosition.md ├── SDL_SetWindowProgressState.md ├── SDL_SetWindowProgressValue.md ├── SDL_SetWindowRelativeMouseMode.md ├── SDL_SetWindowResizable.md ├── SDL_SetWindowShape.md ├── SDL_SetWindowSize.md ├── SDL_SetWindowSurfaceVSync.md ├── SDL_SetWindowTitle.md ├── SDL_SetWindowsMessageHook.md ├── SDL_SetX11EventHook.md ├── SDL_SetiOSAnimationCallback.md ├── SDL_SetiOSEventPump.md ├── SDL_SharedObject.md ├── SDL_ShouldInit.md ├── SDL_ShouldQuit.md ├── SDL_ShowAndroidToast.md ├── SDL_ShowCursor.md ├── SDL_ShowFileDialogWithProperties.md ├── SDL_ShowMessageBox.md ├── SDL_ShowOpenFileDialog.md ├── SDL_ShowOpenFolderDialog.md ├── SDL_ShowSaveFileDialog.md ├── SDL_ShowSimpleMessageBox.md ├── SDL_ShowWindow.md ├── SDL_ShowWindowSystemMenu.md ├── SDL_SignalAsyncIOQueue.md ├── SDL_SignalCondition.md ├── SDL_SignalSemaphore.md ├── SDL_SpinLock.md ├── SDL_StartTextInput.md ├── SDL_StartTextInputWithProperties.md ├── SDL_StepBackUTF8.md ├── SDL_StepUTF8.md ├── SDL_StopHapticEffect.md ├── SDL_StopHapticEffects.md ├── SDL_StopHapticRumble.md ├── SDL_StopTextInput.md ├── SDL_Storage.md ├── SDL_StorageInterface.md ├── SDL_StorageReady.md ├── SDL_StretchSurface.md ├── SDL_StringToGUID.md ├── SDL_SubmitGPUCommandBuffer.md ├── SDL_SubmitGPUCommandBufferAndAcquireFence.md ├── SDL_Surface.md ├── SDL_SurfaceFlags.md ├── SDL_SurfaceHasAlternateImages.md ├── SDL_SurfaceHasColorKey.md ├── SDL_SurfaceHasRLE.md ├── SDL_Swap16.md ├── SDL_Swap16BE.md ├── SDL_Swap16LE.md ├── SDL_Swap32.md ├── SDL_Swap32BE.md ├── SDL_Swap32LE.md ├── SDL_Swap64.md ├── SDL_Swap64BE.md ├── SDL_Swap64LE.md ├── SDL_SwapFloat.md ├── SDL_SwapFloatBE.md ├── SDL_SwapFloatLE.md ├── SDL_SyncWindow.md ├── SDL_SystemCursor.md ├── SDL_SystemTheme.md ├── SDL_TARGETING.md ├── SDL_TEXTINPUT_TYPE_NUMBER.md ├── SDL_TEXTINPUT_TYPE_NUMBER_PASSWORD_HIDDEN.md ├── SDL_TEXTINPUT_TYPE_NUMBER_PASSWORD_VISIBLE.md ├── SDL_TEXTINPUT_TYPE_TEXT.md ├── SDL_TEXTINPUT_TYPE_TEXT_EMAIL.md ├── SDL_TEXTINPUT_TYPE_TEXT_NAME.md ├── SDL_TEXTINPUT_TYPE_TEXT_PASSWORD_HIDDEN.md ├── SDL_TEXTINPUT_TYPE_TEXT_PASSWORD_VISIBLE.md ├── SDL_TEXTINPUT_TYPE_TEXT_USERNAME.md ├── SDL_TEXTUREACCESS_STATIC.md ├── SDL_TEXTUREACCESS_STREAMING.md ├── SDL_TEXTUREACCESS_TARGET.md ├── SDL_TEXTURE_ADDRESS_AUTO.md ├── SDL_TEXTURE_ADDRESS_CLAMP.md ├── SDL_TEXTURE_ADDRESS_INVALID.md ├── SDL_TEXTURE_ADDRESS_WRAP.md ├── SDL_THREAD_ALIVE.md ├── SDL_THREAD_ANNOTATION_ATTRIBUTE__.md ├── SDL_THREAD_COMPLETE.md ├── SDL_THREAD_DETACHED.md ├── SDL_THREAD_PRIORITY_HIGH.md ├── SDL_THREAD_PRIORITY_LOW.md ├── SDL_THREAD_PRIORITY_NORMAL.md ├── SDL_THREAD_PRIORITY_TIME_CRITICAL.md ├── SDL_THREAD_UNKNOWN.md ├── SDL_TIME_FORMAT_12HR.md ├── SDL_TIME_FORMAT_24HR.md ├── SDL_TLSDestructorCallback.md ├── SDL_TLSID.md ├── SDL_TOUCH_DEVICE_DIRECT.md ├── SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE.md ├── SDL_TOUCH_DEVICE_INDIRECT_RELATIVE.md ├── SDL_TOUCH_DEVICE_INVALID.md ├── SDL_TOUCH_MOUSEID.md ├── SDL_TRANSFER_CHARACTERISTICS_BT1361.md ├── SDL_TRANSFER_CHARACTERISTICS_BT2020_10BIT.md ├── SDL_TRANSFER_CHARACTERISTICS_BT2020_12BIT.md ├── SDL_TRANSFER_CHARACTERISTICS_BT601.md ├── SDL_TRANSFER_CHARACTERISTICS_BT709.md ├── SDL_TRANSFER_CHARACTERISTICS_CUSTOM.md ├── SDL_TRANSFER_CHARACTERISTICS_GAMMA22.md ├── SDL_TRANSFER_CHARACTERISTICS_GAMMA28.md ├── SDL_TRANSFER_CHARACTERISTICS_HLG.md ├── SDL_TRANSFER_CHARACTERISTICS_IEC61966.md ├── SDL_TRANSFER_CHARACTERISTICS_LINEAR.md ├── SDL_TRANSFER_CHARACTERISTICS_LOG100.md ├── SDL_TRANSFER_CHARACTERISTICS_LOG100_SQRT10.md ├── SDL_TRANSFER_CHARACTERISTICS_PQ.md ├── SDL_TRANSFER_CHARACTERISTICS_SMPTE240.md ├── SDL_TRANSFER_CHARACTERISTICS_SMPTE428.md ├── SDL_TRANSFER_CHARACTERISTICS_SRGB.md ├── SDL_TRANSFER_CHARACTERISTICS_UNKNOWN.md ├── SDL_TRANSFER_CHARACTERISTICS_UNSPECIFIED.md ├── SDL_TRAYENTRY_BUTTON.md ├── SDL_TRAYENTRY_CHECKBOX.md ├── SDL_TRAYENTRY_CHECKED.md ├── SDL_TRAYENTRY_DISABLED.md ├── SDL_TRAYENTRY_SUBMENU.md ├── SDL_TRY_ACQUIRE.md ├── SDL_TRY_ACQUIRE_SHARED.md ├── SDL_TellIO.md ├── SDL_TextEditingCandidatesEvent.md ├── SDL_TextEditingEvent.md ├── SDL_TextInputActive.md ├── SDL_TextInputEvent.md ├── SDL_TextInputType.md ├── SDL_Texture.md ├── SDL_TextureAccess.md ├── SDL_TextureAddressMode.md ├── SDL_Thread.md ├── SDL_ThreadFunction.md ├── SDL_ThreadID.md ├── SDL_ThreadPriority.md ├── SDL_ThreadState.md ├── SDL_Time.md ├── SDL_TimeFormat.md ├── SDL_TimeFromWindows.md ├── SDL_TimeToDateTime.md ├── SDL_TimeToWindows.md ├── SDL_TimerCallback.md ├── SDL_TimerID.md ├── SDL_TouchDeviceType.md ├── SDL_TouchFingerEvent.md ├── SDL_TouchID.md ├── SDL_TransferCharacteristics.md ├── SDL_Tray.md ├── SDL_TrayCallback.md ├── SDL_TrayEntry.md ├── SDL_TrayEntryFlags.md ├── SDL_TrayMenu.md ├── SDL_TriggerBreakpoint.md ├── SDL_TryLockMutex.md ├── SDL_TryLockRWLockForReading.md ├── SDL_TryLockRWLockForWriting.md ├── SDL_TryLockSpinlock.md ├── SDL_TryWaitSemaphore.md ├── SDL_UCS4ToUTF8.md ├── SDL_UINT64_C.md ├── SDL_US_PER_SECOND.md ├── SDL_US_TO_NS.md ├── SDL_UnbindAudioStream.md ├── SDL_UnbindAudioStreams.md ├── SDL_UnloadObject.md ├── SDL_UnlockAudioStream.md ├── SDL_UnlockJoysticks.md ├── SDL_UnlockMutex.md ├── SDL_UnlockProperties.md ├── SDL_UnlockRWLock.md ├── SDL_UnlockSpinlock.md ├── SDL_UnlockSurface.md ├── SDL_UnlockTexture.md ├── SDL_UnmapGPUTransferBuffer.md ├── SDL_UnregisterApp.md ├── SDL_UnsetEnvironmentVariable.md ├── SDL_Unsupported.md ├── SDL_UpdateGamepads.md ├── SDL_UpdateHapticEffect.md ├── SDL_UpdateJoysticks.md ├── SDL_UpdateNVTexture.md ├── SDL_UpdateSensors.md ├── SDL_UpdateTexture.md ├── SDL_UpdateTrays.md ├── SDL_UpdateWindowSurface.md ├── SDL_UpdateWindowSurfaceRects.md ├── SDL_UpdateYUVTexture.md ├── SDL_UploadToGPUBuffer.md ├── SDL_UploadToGPUTexture.md ├── SDL_UserEvent.md ├── SDL_VERSION.md ├── SDL_VERSIONNUM.md ├── SDL_VERSIONNUM_MAJOR.md ├── SDL_VERSIONNUM_MICRO.md ├── SDL_VERSIONNUM_MINOR.md ├── SDL_VERSION_ATLEAST.md ├── SDL_Vertex.md ├── SDL_VirtualJoystickDesc.md ├── SDL_VirtualJoystickSensorDesc.md ├── SDL_VirtualJoystickTouchpadDesc.md ├── SDL_Vulkan_CreateSurface.md ├── SDL_Vulkan_DestroySurface.md ├── SDL_Vulkan_GetInstanceExtensions.md ├── SDL_Vulkan_GetPresentationSupport.md ├── SDL_Vulkan_GetVkGetInstanceProcAddr.md ├── SDL_Vulkan_LoadLibrary.md ├── SDL_Vulkan_UnloadLibrary.md ├── SDL_WINAPI_FAMILY_PHONE.md ├── SDL_WINDOWPOS_CENTERED.md ├── SDL_WINDOWPOS_CENTERED_DISPLAY.md ├── SDL_WINDOWPOS_CENTERED_MASK.md ├── SDL_WINDOWPOS_ISCENTERED.md ├── SDL_WINDOWPOS_ISUNDEFINED.md ├── SDL_WINDOWPOS_UNDEFINED.md ├── SDL_WINDOWPOS_UNDEFINED_DISPLAY.md ├── SDL_WINDOWPOS_UNDEFINED_MASK.md ├── SDL_WINDOW_ALWAYS_ON_TOP.md ├── SDL_WINDOW_BORDERLESS.md ├── SDL_WINDOW_EXTERNAL.md ├── SDL_WINDOW_FULLSCREEN.md ├── SDL_WINDOW_HIDDEN.md ├── SDL_WINDOW_HIGH_PIXEL_DENSITY.md ├── SDL_WINDOW_INPUT_FOCUS.md ├── SDL_WINDOW_KEYBOARD_GRABBED.md ├── SDL_WINDOW_MAXIMIZED.md ├── SDL_WINDOW_METAL.md ├── SDL_WINDOW_MINIMIZED.md ├── SDL_WINDOW_MODAL.md ├── SDL_WINDOW_MOUSE_CAPTURE.md ├── SDL_WINDOW_MOUSE_FOCUS.md ├── SDL_WINDOW_MOUSE_GRABBED.md ├── SDL_WINDOW_MOUSE_RELATIVE_MODE.md ├── SDL_WINDOW_NOT_FOCUSABLE.md ├── SDL_WINDOW_OCCLUDED.md ├── SDL_WINDOW_OPENGL.md ├── SDL_WINDOW_POPUP_MENU.md ├── SDL_WINDOW_RESIZABLE.md ├── SDL_WINDOW_SURFACE_VSYNC_ADAPTIVE.md ├── SDL_WINDOW_SURFACE_VSYNC_DISABLED.md ├── SDL_WINDOW_TOOLTIP.md ├── SDL_WINDOW_TRANSPARENT.md ├── SDL_WINDOW_UTILITY.md ├── SDL_WINDOW_VULKAN.md ├── SDL_WPRINTF_VARARG_FUNC.md ├── SDL_WPRINTF_VARARG_FUNCV.md ├── SDL_WaitAndAcquireGPUSwapchainTexture.md ├── SDL_WaitAsyncIOResult.md ├── SDL_WaitCondition.md ├── SDL_WaitConditionTimeout.md ├── SDL_WaitEvent.md ├── SDL_WaitEventTimeout.md ├── SDL_WaitForGPUFences.md ├── SDL_WaitForGPUIdle.md ├── SDL_WaitForGPUSwapchain.md ├── SDL_WaitProcess.md ├── SDL_WaitSemaphore.md ├── SDL_WaitSemaphoreTimeout.md ├── SDL_WaitThread.md ├── SDL_WarpMouseGlobal.md ├── SDL_WarpMouseInWindow.md ├── SDL_WasInit.md ├── SDL_Window.md ├── SDL_WindowEvent.md ├── SDL_WindowFlags.md ├── SDL_WindowHasSurface.md ├── SDL_WindowID.md ├── SDL_WindowSupportsGPUPresentMode.md ├── SDL_WindowSupportsGPUSwapchainComposition.md ├── SDL_WindowsMessageHook.md ├── SDL_WriteAsyncIO.md ├── SDL_WriteIO.md ├── SDL_WriteS16BE.md ├── SDL_WriteS16LE.md ├── SDL_WriteS32BE.md ├── SDL_WriteS32LE.md ├── SDL_WriteS64BE.md ├── SDL_WriteS64LE.md ├── SDL_WriteS8.md ├── SDL_WriteStorageFile.md ├── SDL_WriteSurfacePixel.md ├── SDL_WriteSurfacePixelFloat.md ├── SDL_WriteU16BE.md ├── SDL_WriteU16LE.md ├── SDL_WriteU32BE.md ├── SDL_WriteU32LE.md ├── SDL_WriteU64BE.md ├── SDL_WriteU64LE.md ├── SDL_WriteU8.md ├── SDL_X11EventHook.md ├── SDL_abs.md ├── SDL_acos.md ├── SDL_acosf.md ├── SDL_aligned_alloc.md ├── SDL_aligned_free.md ├── SDL_arraysize.md ├── SDL_asin.md ├── SDL_asinf.md ├── SDL_asprintf.md ├── SDL_assert.md ├── SDL_assert_always.md ├── SDL_assert_paranoid.md ├── SDL_assert_release.md ├── SDL_atan.md ├── SDL_atan2.md ├── SDL_atan2f.md ├── SDL_atanf.md ├── SDL_atof.md ├── SDL_atoi.md ├── SDL_bsearch.md ├── SDL_bsearch_r.md ├── SDL_calloc.md ├── SDL_calloc_func.md ├── SDL_ceil.md ├── SDL_ceilf.md ├── SDL_clamp.md ├── SDL_const_cast.md ├── SDL_copyp.md ├── SDL_copysign.md ├── SDL_copysignf.md ├── SDL_cos.md ├── SDL_cosf.md ├── SDL_crc16.md ├── SDL_crc32.md ├── SDL_disabled_assert.md ├── SDL_enabled_assert.md ├── SDL_exp.md ├── SDL_expf.md ├── SDL_fabs.md ├── SDL_fabsf.md ├── SDL_floor.md ├── SDL_floorf.md ├── SDL_fmod.md ├── SDL_fmodf.md ├── SDL_free.md ├── SDL_free_func.md ├── SDL_getenv.md ├── SDL_getenv_unsafe.md ├── SDL_hid_ble_scan.md ├── SDL_hid_bus_type.md ├── SDL_hid_close.md ├── SDL_hid_device.md ├── SDL_hid_device_change_count.md ├── SDL_hid_device_info.md ├── SDL_hid_enumerate.md ├── SDL_hid_exit.md ├── SDL_hid_free_enumeration.md ├── SDL_hid_get_device_info.md ├── SDL_hid_get_feature_report.md ├── SDL_hid_get_indexed_string.md ├── SDL_hid_get_input_report.md ├── SDL_hid_get_manufacturer_string.md ├── SDL_hid_get_product_string.md ├── SDL_hid_get_report_descriptor.md ├── SDL_hid_get_serial_number_string.md ├── SDL_hid_init.md ├── SDL_hid_open.md ├── SDL_hid_open_path.md ├── SDL_hid_read.md ├── SDL_hid_read_timeout.md ├── SDL_hid_send_feature_report.md ├── SDL_hid_set_nonblocking.md ├── SDL_hid_write.md ├── SDL_iOSAnimationCallback.md ├── SDL_iconv.md ├── SDL_iconv_close.md ├── SDL_iconv_open.md ├── SDL_iconv_string.md ├── SDL_iconv_t.md ├── SDL_iconv_utf8_locale.md ├── SDL_iconv_utf8_ucs2.md ├── SDL_iconv_utf8_ucs4.md ├── SDL_iconv_wchar_utf8.md ├── SDL_isalnum.md ├── SDL_isalpha.md ├── SDL_isblank.md ├── SDL_iscntrl.md ├── SDL_isdigit.md ├── SDL_isgraph.md ├── SDL_isinf.md ├── SDL_isinff.md ├── SDL_islower.md ├── SDL_isnan.md ├── SDL_isnanf.md ├── SDL_isprint.md ├── SDL_ispunct.md ├── SDL_isspace.md ├── SDL_isupper.md ├── SDL_isxdigit.md ├── SDL_itoa.md ├── SDL_lltoa.md ├── SDL_log.md ├── SDL_log10.md ├── SDL_log10f.md ├── SDL_logf.md ├── SDL_lround.md ├── SDL_lroundf.md ├── SDL_ltoa.md ├── SDL_main.md ├── SDL_main_func.md ├── SDL_malloc.md ├── SDL_malloc_func.md ├── SDL_max.md ├── SDL_memcmp.md ├── SDL_memcpy.md ├── SDL_memmove.md ├── SDL_memset.md ├── SDL_memset4.md ├── SDL_min.md ├── SDL_modf.md ├── SDL_modff.md ├── SDL_murmur3_32.md ├── SDL_pow.md ├── SDL_powf.md ├── SDL_qsort.md ├── SDL_qsort_r.md ├── SDL_rand.md ├── SDL_rand_bits.md ├── SDL_rand_bits_r.md ├── SDL_rand_r.md ├── SDL_randf.md ├── SDL_randf_r.md ├── SDL_realloc.md ├── SDL_realloc_func.md ├── SDL_reinterpret_cast.md ├── SDL_round.md ├── SDL_roundf.md ├── SDL_scalbn.md ├── SDL_scalbnf.md ├── SDL_setenv_unsafe.md ├── SDL_sin.md ├── SDL_sinf.md ├── SDL_size_add_check_overflow.md ├── SDL_size_mul_check_overflow.md ├── SDL_snprintf.md ├── SDL_sqrt.md ├── SDL_sqrtf.md ├── SDL_srand.md ├── SDL_sscanf.md ├── SDL_stack_alloc.md ├── SDL_static_cast.md ├── SDL_strcasecmp.md ├── SDL_strcasestr.md ├── SDL_strchr.md ├── SDL_strcmp.md ├── SDL_strdup.md ├── SDL_strlcat.md ├── SDL_strlcpy.md ├── SDL_strlen.md ├── SDL_strlwr.md ├── SDL_strncasecmp.md ├── SDL_strncmp.md ├── SDL_strndup.md ├── SDL_strnlen.md ├── SDL_strnstr.md ├── SDL_strpbrk.md ├── SDL_strrchr.md ├── SDL_strrev.md ├── SDL_strstr.md ├── SDL_strtod.md ├── SDL_strtok_r.md ├── SDL_strtol.md ├── SDL_strtoll.md ├── SDL_strtoul.md ├── SDL_strtoull.md ├── SDL_strupr.md ├── SDL_swprintf.md ├── SDL_tan.md ├── SDL_tanf.md ├── SDL_tolower.md ├── SDL_toupper.md ├── SDL_trunc.md ├── SDL_truncf.md ├── SDL_uitoa.md ├── SDL_ulltoa.md ├── SDL_ultoa.md ├── SDL_unsetenv_unsafe.md ├── SDL_utf8strlcpy.md ├── SDL_utf8strlen.md ├── SDL_utf8strnlen.md ├── SDL_vasprintf.md ├── SDL_vsnprintf.md ├── SDL_vsscanf.md ├── SDL_vswprintf.md ├── SDL_wcscasecmp.md ├── SDL_wcscmp.md ├── SDL_wcsdup.md ├── SDL_wcslcat.md ├── SDL_wcslcpy.md ├── SDL_wcslen.md ├── SDL_wcsncasecmp.md ├── SDL_wcsncmp.md ├── SDL_wcsnlen.md ├── SDL_wcsnstr.md ├── SDL_wcsstr.md ├── SDL_wcstol.md ├── SDL_zero.md ├── SDL_zeroa.md ├── SDL_zerop.md ├── Sint16.md ├── Sint32.md ├── Sint64.md ├── Sint8.md ├── SourceCode.md ├── SupportedPlatforms.md ├── Tutorials │ └── FrontPage.md ├── Uint16.md ├── Uint32.md ├── Uint64.md ├── Uint8.md └── Undocumented.md ├── SDL3_image ├── CategoryAPI.md ├── CategoryAPICategory.md ├── CategoryAPIDatatype.md ├── CategoryAPIEnum.md ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── CategoryAPIStruct.md ├── CategorySDLImage.md ├── FrontPage.md ├── IMG_Animation.md ├── IMG_FreeAnimation.md ├── IMG_Load.md ├── IMG_LoadAVIF_IO.md ├── IMG_LoadAnimation.md ├── IMG_LoadAnimationTyped_IO.md ├── IMG_LoadAnimation_IO.md ├── IMG_LoadBMP_IO.md ├── IMG_LoadCUR_IO.md ├── IMG_LoadGIFAnimation_IO.md ├── IMG_LoadGIF_IO.md ├── IMG_LoadICO_IO.md ├── IMG_LoadJPG_IO.md ├── IMG_LoadJXL_IO.md ├── IMG_LoadLBM_IO.md ├── IMG_LoadPCX_IO.md ├── IMG_LoadPNG_IO.md ├── IMG_LoadPNM_IO.md ├── IMG_LoadQOI_IO.md ├── IMG_LoadSVG_IO.md ├── IMG_LoadSizedSVG_IO.md ├── IMG_LoadTGA_IO.md ├── IMG_LoadTIF_IO.md ├── IMG_LoadTexture.md ├── IMG_LoadTextureTyped_IO.md ├── IMG_LoadTexture_IO.md ├── IMG_LoadTyped_IO.md ├── IMG_LoadWEBPAnimation_IO.md ├── IMG_LoadWEBP_IO.md ├── IMG_LoadXCF_IO.md ├── IMG_LoadXPM_IO.md ├── IMG_LoadXV_IO.md ├── IMG_Load_IO.md ├── IMG_ReadXPMFromArray.md ├── IMG_ReadXPMFromArrayToRGB888.md ├── IMG_SaveAVIF.md ├── IMG_SaveAVIF_IO.md ├── IMG_SaveJPG.md ├── IMG_SaveJPG_IO.md ├── IMG_SavePNG.md ├── IMG_SavePNG_IO.md ├── IMG_Version.md ├── IMG_isAVIF.md ├── IMG_isBMP.md ├── IMG_isCUR.md ├── IMG_isGIF.md ├── IMG_isICO.md ├── IMG_isJPG.md ├── IMG_isJXL.md ├── IMG_isLBM.md ├── IMG_isPCX.md ├── IMG_isPNG.md ├── IMG_isPNM.md ├── IMG_isQOI.md ├── IMG_isSVG.md ├── IMG_isTIF.md ├── IMG_isWEBP.md ├── IMG_isXCF.md ├── IMG_isXPM.md ├── IMG_isXV.md ├── QuickReference.md ├── QuickReferenceNoUnicode.md ├── SDL_IMAGE_MAJOR_VERSION.md ├── SDL_IMAGE_VERSION.md ├── SDL_IMAGE_VERSION_ATLEAST.md └── Undocumented.md ├── SDL3_mixer ├── CategoryAPI.md ├── CategoryAPICategory.md ├── CategoryAPIDatatype.md ├── CategoryAPIEnum.md ├── CategoryAPIEnumerators.md ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── CategoryAPIStruct.md ├── CategorySDLMixer.md ├── FrontPage.md ├── MIX_CHANNEL_POST.md ├── MIX_EFFECTSMAXSPEED.md ├── MIX_FADING_IN.md ├── MIX_FADING_OUT.md ├── MIX_INIT_FLAC.md ├── MIX_INIT_MID.md ├── MIX_INIT_MOD.md ├── MIX_INIT_MP3.md ├── MIX_INIT_OGG.md ├── MIX_INIT_OPUS.md ├── MIX_INIT_WAVPACK.md ├── MIX_InitFlags.md ├── MIX_NO_FADING.md ├── MUS_FLAC.md ├── MUS_GME.md ├── MUS_MID.md ├── MUS_MOD.md ├── MUS_MODPLUG_UNUSED.md ├── MUS_MP3.md ├── MUS_MP3_MAD_UNUSED.md ├── MUS_NONE.md ├── MUS_OGG.md ├── MUS_OPUS.md ├── MUS_WAV.md ├── MUS_WAVPACK.md ├── Mix_AllocateChannels.md ├── Mix_ChannelFinished.md ├── Mix_Chunk.md ├── Mix_CloseAudio.md ├── Mix_EachSoundFont.md ├── Mix_EffectDone_t.md ├── Mix_EffectFunc_t.md ├── Mix_ExpireChannel.md ├── Mix_FadeInChannel.md ├── Mix_FadeInChannelTimed.md ├── Mix_FadeInMusic.md ├── Mix_FadeInMusicPos.md ├── Mix_FadeOutChannel.md ├── Mix_FadeOutGroup.md ├── Mix_FadeOutMusic.md ├── Mix_Fading.md ├── Mix_FadingChannel.md ├── Mix_FadingMusic.md ├── Mix_FreeChunk.md ├── Mix_FreeMusic.md ├── Mix_GetChunk.md ├── Mix_GetChunkDecoder.md ├── Mix_GetError.md ├── Mix_GetMusicAlbumTag.md ├── Mix_GetMusicArtistTag.md ├── Mix_GetMusicCopyrightTag.md ├── Mix_GetMusicDecoder.md ├── Mix_GetMusicHookData.md ├── Mix_GetMusicLoopEndTime.md ├── Mix_GetMusicLoopLengthTime.md ├── Mix_GetMusicLoopStartTime.md ├── Mix_GetMusicPosition.md ├── Mix_GetMusicTitle.md ├── Mix_GetMusicTitleTag.md ├── Mix_GetMusicType.md ├── Mix_GetMusicVolume.md ├── Mix_GetNumChunkDecoders.md ├── Mix_GetNumMusicDecoders.md ├── Mix_GetNumTracks.md ├── Mix_GetSoundFonts.md ├── Mix_GetTimidityCfg.md ├── Mix_GroupAvailable.md ├── Mix_GroupChannel.md ├── Mix_GroupChannels.md ├── Mix_GroupCount.md ├── Mix_GroupNewer.md ├── Mix_GroupOldest.md ├── Mix_HaltChannel.md ├── Mix_HaltGroup.md ├── Mix_HaltMusic.md ├── Mix_HasChunkDecoder.md ├── Mix_HasMusicDecoder.md ├── Mix_HookMusic.md ├── Mix_HookMusicFinished.md ├── Mix_Init.md ├── Mix_LoadMUS.md ├── Mix_LoadMUSType_IO.md ├── Mix_LoadMUS_IO.md ├── Mix_LoadWAV.md ├── Mix_LoadWAV_IO.md ├── Mix_MasterVolume.md ├── Mix_ModMusicJumpToOrder.md ├── Mix_Music.md ├── Mix_MusicDuration.md ├── Mix_MusicType.md ├── Mix_OpenAudio.md ├── Mix_Pause.md ├── Mix_PauseAudio.md ├── Mix_PauseGroup.md ├── Mix_PauseMusic.md ├── Mix_Paused.md ├── Mix_PausedMusic.md ├── Mix_PlayChannel.md ├── Mix_PlayChannelTimed.md ├── Mix_PlayMusic.md ├── Mix_Playing.md ├── Mix_PlayingMusic.md ├── Mix_QuerySpec.md ├── Mix_QuickLoad_RAW.md ├── Mix_QuickLoad_WAV.md ├── Mix_Quit.md ├── Mix_RegisterEffect.md ├── Mix_ReserveChannels.md ├── Mix_Resume.md ├── Mix_ResumeGroup.md ├── Mix_ResumeMusic.md ├── Mix_RewindMusic.md ├── Mix_SetDistance.md ├── Mix_SetMusicPosition.md ├── Mix_SetPanning.md ├── Mix_SetPosition.md ├── Mix_SetPostMix.md ├── Mix_SetReverseStereo.md ├── Mix_SetSoundFonts.md ├── Mix_SetTimidityCfg.md ├── Mix_StartTrack.md ├── Mix_UnregisterAllEffects.md ├── Mix_UnregisterEffect.md ├── Mix_Version.md ├── Mix_Volume.md ├── Mix_VolumeChunk.md ├── Mix_VolumeMusic.md ├── QuickReference.md ├── QuickReferenceNoUnicode.md ├── SDL_MIXER_MAJOR_VERSION.md ├── SDL_MIXER_VERSION.md ├── SDL_MIXER_VERSION_ATLEAST.md └── Undocumented.md ├── SDL3_net ├── .md ├── CategoryAPI.md ├── CategoryAPICategory.md ├── CategoryAPIDatatype.md ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── CategoryAPIStruct.md ├── CategorySDLNet.md ├── FrontPage.md ├── NET_AcceptClient.md ├── NET_Address.md ├── NET_CompareAddresses.md ├── NET_CreateClient.md ├── NET_CreateDatagramSocket.md ├── NET_CreateServer.md ├── NET_Datagram.md ├── NET_DatagramSocket.md ├── NET_DestroyDatagram.md ├── NET_DestroyDatagramSocket.md ├── NET_DestroyServer.md ├── NET_DestroyStreamSocket.md ├── NET_FreeLocalAddresses.md ├── NET_GetAddressStatus.md ├── NET_GetAddressString.md ├── NET_GetConnectionStatus.md ├── NET_GetLocalAddresses.md ├── NET_GetStreamSocketAddress.md ├── NET_GetStreamSocketPendingWrites.md ├── NET_GetVersion.md ├── NET_Init.md ├── NET_Quit.md ├── NET_ReadFromStreamSocket.md ├── NET_ReceiveDatagram.md ├── NET_RefAddress.md ├── NET_ResolveHostname.md ├── NET_SendDatagram.md ├── NET_Server.md ├── NET_SimulateAddressResolutionLoss.md ├── NET_SimulateDatagramPacketLoss.md ├── NET_SimulateStreamPacketLoss.md ├── NET_StreamSocket.md ├── NET_UnrefAddress.md ├── NET_WaitUntilConnected.md ├── NET_WaitUntilInputAvailable.md ├── NET_WaitUntilResolved.md ├── NET_WaitUntilStreamSocketDrained.md ├── NET_WriteToStreamSocket.md ├── QuickReference.md ├── QuickReferenceNoUnicode.md ├── SDL_NET_MAJOR_VERSION.md ├── SDL_NET_MICRO_VERSION.md ├── SDL_NET_MINOR_VERSION.md ├── SDL_NET_VERSION.md ├── SDL_NET_VERSION_ATLEAST.md └── Undocumented.md ├── SDL3_ttf ├── CategoryAPI.md ├── CategoryAPICategory.md ├── CategoryAPIDatatype.md ├── CategoryAPIEnum.md ├── CategoryAPIEnumerators.md ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── CategoryAPIStruct.md ├── CategorySDLTTF.md ├── FrontPage.md ├── QuickReference.md ├── QuickReferenceNoUnicode.md ├── SDL_TTF_MAJOR_VERSION.md ├── SDL_TTF_VERSION.md ├── SDL_TTF_VERSION_ATLEAST.md ├── TTF_AddFallbackFont.md ├── TTF_AppendTextString.md ├── TTF_ClearFallbackFonts.md ├── TTF_CloseFont.md ├── TTF_CopyFont.md ├── TTF_CopyOperationFlags.md ├── TTF_CreateGPUTextEngine.md ├── TTF_CreateGPUTextEngineWithProperties.md ├── TTF_CreateRendererTextEngine.md ├── TTF_CreateRendererTextEngineWithProperties.md ├── TTF_CreateSurfaceTextEngine.md ├── TTF_CreateText.md ├── TTF_DIRECTION_BTT.md ├── TTF_DIRECTION_INVALID.md ├── TTF_DIRECTION_LTR.md ├── TTF_DIRECTION_RTL.md ├── TTF_DIRECTION_TTB.md ├── TTF_DeleteTextString.md ├── TTF_DestroyGPUTextEngine.md ├── TTF_DestroyRendererTextEngine.md ├── TTF_DestroySurfaceTextEngine.md ├── TTF_DestroyText.md ├── TTF_Direction.md ├── TTF_DrawRendererText.md ├── TTF_DrawSurfaceText.md ├── TTF_FONT_WEIGHT_BLACK.md ├── TTF_FONT_WEIGHT_BOLD.md ├── TTF_FONT_WEIGHT_EXTRA_BLACK.md ├── TTF_FONT_WEIGHT_EXTRA_BOLD.md ├── TTF_FONT_WEIGHT_EXTRA_LIGHT.md ├── TTF_FONT_WEIGHT_LIGHT.md ├── TTF_FONT_WEIGHT_MEDIUM.md ├── TTF_FONT_WEIGHT_NORMAL.md ├── TTF_FONT_WEIGHT_SEMI_BOLD.md ├── TTF_FONT_WEIGHT_THIN.md ├── TTF_Font.md ├── TTF_FontHasGlyph.md ├── TTF_FontIsFixedWidth.md ├── TTF_FontIsScalable.md ├── TTF_FontStyleFlags.md ├── TTF_GPUAtlasDrawSequence.md ├── TTF_GPUTextEngineWinding.md ├── TTF_GPU_TEXTENGINE_WINDING_CLOCKWISE.md ├── TTF_GPU_TEXTENGINE_WINDING_COUNTER_CLOCKWISE.md ├── TTF_GPU_TEXTENGINE_WINDING_INVALID.md ├── TTF_GetFontAscent.md ├── TTF_GetFontDPI.md ├── TTF_GetFontDescent.md ├── TTF_GetFontDirection.md ├── TTF_GetFontFamilyName.md ├── TTF_GetFontGeneration.md ├── TTF_GetFontHeight.md ├── TTF_GetFontHinting.md ├── TTF_GetFontKerning.md ├── TTF_GetFontLineSkip.md ├── TTF_GetFontOutline.md ├── TTF_GetFontProperties.md ├── TTF_GetFontSDF.md ├── TTF_GetFontScript.md ├── TTF_GetFontSize.md ├── TTF_GetFontStyle.md ├── TTF_GetFontStyleName.md ├── TTF_GetFontWeight.md ├── TTF_GetFontWrapAlignment.md ├── TTF_GetFreeTypeVersion.md ├── TTF_GetGPUTextDrawData.md ├── TTF_GetGPUTextEngineWinding.md ├── TTF_GetGlyphImage.md ├── TTF_GetGlyphImageForIndex.md ├── TTF_GetGlyphKerning.md ├── TTF_GetGlyphMetrics.md ├── TTF_GetGlyphScript.md ├── TTF_GetHarfBuzzVersion.md ├── TTF_GetNextTextSubString.md ├── TTF_GetNumFontFaces.md ├── TTF_GetPreviousTextSubString.md ├── TTF_GetStringSize.md ├── TTF_GetStringSizeWrapped.md ├── TTF_GetTextColor.md ├── TTF_GetTextColorFloat.md ├── TTF_GetTextDirection.md ├── TTF_GetTextEngine.md ├── TTF_GetTextFont.md ├── TTF_GetTextPosition.md ├── TTF_GetTextProperties.md ├── TTF_GetTextScript.md ├── TTF_GetTextSize.md ├── TTF_GetTextSubString.md ├── TTF_GetTextSubStringForLine.md ├── TTF_GetTextSubStringForPoint.md ├── TTF_GetTextSubStringsForRange.md ├── TTF_GetTextWrapWidth.md ├── TTF_HINTING_INVALID.md ├── TTF_HINTING_LIGHT.md ├── TTF_HINTING_LIGHT_SUBPIXEL.md ├── TTF_HINTING_MONO.md ├── TTF_HINTING_NONE.md ├── TTF_HINTING_NORMAL.md ├── TTF_HORIZONTAL_ALIGN_CENTER.md ├── TTF_HORIZONTAL_ALIGN_INVALID.md ├── TTF_HORIZONTAL_ALIGN_LEFT.md ├── TTF_HORIZONTAL_ALIGN_RIGHT.md ├── TTF_HintingFlags.md ├── TTF_HorizontalAlignment.md ├── TTF_IMAGE_ALPHA.md ├── TTF_IMAGE_COLOR.md ├── TTF_IMAGE_INVALID.md ├── TTF_IMAGE_SDF.md ├── TTF_ImageType.md ├── TTF_Init.md ├── TTF_InsertTextString.md ├── TTF_MAJOR_VERSION.md ├── TTF_MeasureString.md ├── TTF_OpenFont.md ├── TTF_OpenFontIO.md ├── TTF_OpenFontWithProperties.md ├── TTF_PROP_FONT_CREATE_EXISTING_FONT.md ├── TTF_PROP_FONT_CREATE_EXISTING_FONT_POINTER.md ├── TTF_PROP_FONT_CREATE_FACE_NUMBER.md ├── TTF_PROP_FONT_CREATE_FILENAME_STRING.md ├── TTF_PROP_FONT_CREATE_HORIZONTAL_DPI_NUMBER.md ├── TTF_PROP_FONT_CREATE_IOSTREAM_AUTOCLOSE_BOOLEAN.md ├── TTF_PROP_FONT_CREATE_IOSTREAM_OFFSET_NUMBER.md ├── TTF_PROP_FONT_CREATE_IOSTREAM_POINTER.md ├── TTF_PROP_FONT_CREATE_SIZE_FLOAT.md ├── TTF_PROP_FONT_CREATE_VERTICAL_DPI_NUMBER.md ├── TTF_PROP_FONT_OUTLINE_LINE_CAP_NUMBER.md ├── TTF_PROP_FONT_OUTLINE_LINE_JOIN_NUMBER.md ├── TTF_PROP_FONT_OUTLINE_MITER_LIMIT_NUMBER.md ├── TTF_PROP_GPU_TEXT_ENGINE_ATLAS_TEXTURE_SIZE.md ├── TTF_PROP_GPU_TEXT_ENGINE_ATLAS_TEXTURE_SIZE_NUMBER.md ├── TTF_PROP_GPU_TEXT_ENGINE_DEVICE.md ├── TTF_PROP_GPU_TEXT_ENGINE_DEVICE_POINTER.md ├── TTF_PROP_RENDERER_TEXT_ENGINE_ATLAS_TEXTURE_SIZE.md ├── TTF_PROP_RENDERER_TEXT_ENGINE_ATLAS_TEXTURE_SIZE_NUMBER.md ├── TTF_PROP_RENDERER_TEXT_ENGINE_RENDERER.md ├── TTF_PROP_RENDERER_TEXT_ENGINE_RENDERER_POINTER.md ├── TTF_Quit.md ├── TTF_RemoveFallbackFont.md ├── TTF_RenderGlyph_Blended.md ├── TTF_RenderGlyph_LCD.md ├── TTF_RenderGlyph_Shaded.md ├── TTF_RenderGlyph_Solid.md ├── TTF_RenderText_Blended.md ├── TTF_RenderText_Blended_Wrapped.md ├── TTF_RenderText_LCD.md ├── TTF_RenderText_LCD_Wrapped.md ├── TTF_RenderText_Shaded.md ├── TTF_RenderText_Shaded_Wrapped.md ├── TTF_RenderText_Solid.md ├── TTF_RenderText_Solid_Wrapped.md ├── TTF_STYLE_BOLD.md ├── TTF_STYLE_ITALIC.md ├── TTF_STYLE_NORMAL.md ├── TTF_STYLE_STRIKETHROUGH.md ├── TTF_STYLE_UNDERLINE.md ├── TTF_SUBSTRING_DIRECTION_MASK.md ├── TTF_SUBSTRING_LINE_END.md ├── TTF_SUBSTRING_LINE_START.md ├── TTF_SUBSTRING_TEXT_END.md ├── TTF_SUBSTRING_TEXT_START.md ├── TTF_SetFontDirection.md ├── TTF_SetFontHinting.md ├── TTF_SetFontKerning.md ├── TTF_SetFontLanguage.md ├── TTF_SetFontLineSkip.md ├── TTF_SetFontOutline.md ├── TTF_SetFontSDF.md ├── TTF_SetFontScript.md ├── TTF_SetFontSize.md ├── TTF_SetFontSizeDPI.md ├── TTF_SetFontStyle.md ├── TTF_SetFontWrapAlignment.md ├── TTF_SetGPUTextEngineWinding.md ├── TTF_SetTextColor.md ├── TTF_SetTextColorFloat.md ├── TTF_SetTextDirection.md ├── TTF_SetTextEngine.md ├── TTF_SetTextFont.md ├── TTF_SetTextPosition.md ├── TTF_SetTextScript.md ├── TTF_SetTextString.md ├── TTF_SetTextWrapWhitespaceVisible.md ├── TTF_SetTextWrapWidth.md ├── TTF_StringToTag.md ├── TTF_SubString.md ├── TTF_SubStringFlags.md ├── TTF_TagToString.md ├── TTF_Text.md ├── TTF_TextData.md ├── TTF_TextEngine.md ├── TTF_TextWrapWhitespaceVisible.md ├── TTF_UpdateText.md ├── TTF_Version.md ├── TTF_WasInit.md ├── UNICODE_BOM_NATIVE.md ├── Undocumented.md └── _TTF_Font.md └── SDL_rtf ├── CategoryAPI.md ├── CategoryAPIFunction.md ├── CategoryAPIMacro.md ├── FrontPage.md ├── RTF_CreateContext.md ├── RTF_FreeContext.md ├── RTF_GetAuthor.md ├── RTF_GetHeight.md ├── RTF_GetSubject.md ├── RTF_GetTitle.md ├── RTF_Linked_Version.md ├── RTF_Load.md ├── RTF_Load_IO.md ├── RTF_Load_RW.md ├── RTF_Render.md ├── RTF_Version.md ├── SDL_RTF_MAJOR_VERSION.md ├── SDL_RTF_VERSION.md ├── SDL_RTF_VERSION_ATLEAST.md └── Undocumented.md /SDL2/KMOD_ALT.md: -------------------------------------------------------------------------------- 1 | # KMOD_ALT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_CAPS.md: -------------------------------------------------------------------------------- 1 | # KMOD_CAPS 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_CTRL.md: -------------------------------------------------------------------------------- 1 | # KMOD_CTRL 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_GUI.md: -------------------------------------------------------------------------------- 1 | # KMOD_GUI 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_LALT.md: -------------------------------------------------------------------------------- 1 | # KMOD_LALT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_LCTRL.md: -------------------------------------------------------------------------------- 1 | # KMOD_LCTRL 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_LGUI.md: -------------------------------------------------------------------------------- 1 | # KMOD_LGUI 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_LSHIFT.md: -------------------------------------------------------------------------------- 1 | # KMOD_LSHIFT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_MODE.md: -------------------------------------------------------------------------------- 1 | # KMOD_MODE 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_NONE.md: -------------------------------------------------------------------------------- 1 | # KMOD_NONE 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_NUM.md: -------------------------------------------------------------------------------- 1 | # KMOD_NUM 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_RALT.md: -------------------------------------------------------------------------------- 1 | # KMOD_RALT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_RCTRL.md: -------------------------------------------------------------------------------- 1 | # KMOD_RCTRL 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_RESERVED.md: -------------------------------------------------------------------------------- 1 | # KMOD_RESERVED 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_RGUI.md: -------------------------------------------------------------------------------- 1 | # KMOD_RGUI 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_RSHIFT.md: -------------------------------------------------------------------------------- 1 | # KMOD_RSHIFT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_SCROLL.md: -------------------------------------------------------------------------------- 1 | # KMOD_SCROLL 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/KMOD_SHIFT.md: -------------------------------------------------------------------------------- 1 | # KMOD_SHIFT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/README-hg.md: -------------------------------------------------------------------------------- 1 | We are no longer hosted in Mercurial. Please see README-git.md for details. 2 | 3 | Thanks! 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/FrontPage.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/READMEs](/SDL2/READMEs). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/android.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-android](/SDL2/README-android). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/cmake.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-cmake](/SDL2/README-cmake). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/directfb.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-directfb](/SDL2/README-directfb). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/dynapi.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-dynapi](/SDL2/README-dynapi). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/emscripten.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-emscripten](/SDL2/README-emscripten). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/gdk.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-gdk](/SDL2/README-gdk). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/gesture.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-gesture](/SDL2/README-gesture). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/git.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-git](/SDL2/README-git). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/hg.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-hg](/SDL2/README-hg). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/ios.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-ios](/SDL2/README-ios). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/kmsbsd.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-kmsbsd](/SDL2/README-kmsbsd). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/linux.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-linux](/SDL2/README-linux). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/macos.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-macos](/SDL2/README-macos). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/n3ds.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-n3ds](/SDL2/README-n3ds). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/nacl.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-nacl](/SDL2/README-nacl). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/ngage.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-ngage](/SDL2/README-ngage). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/os2.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-os2](/SDL2/README-os2). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/pandora.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-pandora](/SDL2/README-pandora). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/platforms.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-platforms](/SDL2/README-platforms). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/porting.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-porting](/SDL2/README-porting). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/ps2.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-ps2](/SDL2/README-ps2). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/psp.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-psp](/SDL2/README-psp). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/raspberrypi.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-raspberrypi](/SDL2/README-raspberrypi). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/riscos.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-riscos](/SDL2/README-riscos). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/touch.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-touch](/SDL2/README-touch). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/versions.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-versions](/SDL2/README-versions). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/visualc.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-visualc](/SDL2/README-visualc). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/vita.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-vita](/SDL2/README-vita). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/wince.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-wince](/SDL2/README-wince). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/windows.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-windows](/SDL2/README-windows). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/README/winrt.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL2/README-winrt](/SDL2/README-winrt). 4 | 5 | -------------------------------------------------------------------------------- /SDL2/Roadmap.md: -------------------------------------------------------------------------------- 1 | We track future plans in [GitHub milestones](https://github.com/libsdl-org/SDL/milestones) now. 2 | 3 | -------------------------------------------------------------------------------- /SDL2/SDL1.2Tutorials.mediawiki: -------------------------------------------------------------------------------- 1 | 2 | = SDL 1.2 Tutorials = 3 | 4 | SDL 1.2 is no longer supported, please see the [https://wiki.libsdl.org/Tutorials SDL 2.0 Tutorials] for more up to date information. 5 | -------------------------------------------------------------------------------- /SDL2/SDLK_SCANCODE_MASK.md: -------------------------------------------------------------------------------- 1 | # SDLK_SCANCODE_MASK 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_BlitScaled.md: -------------------------------------------------------------------------------- 1 | # SDL_BlitScaled 2 | 3 | Please refer to [SDL_UpperBlitScaled](SDL_UpperBlitScaled) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_Colour.mediawiki: -------------------------------------------------------------------------------- 1 | # SDL_Colour 2 | 3 | Please refer to [[SDL_Color]]. 4 | 5 | 6 | -------------------------------------------------------------------------------- /SDL2/SDL_DISPLAYEVENT.md: -------------------------------------------------------------------------------- 1 | # SDL_DISPLAYEVENT 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_DOLLARGESTURE.md: -------------------------------------------------------------------------------- 1 | # SDL_DOLLARGESTURE 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_DOLLARRECORD.md: -------------------------------------------------------------------------------- 1 | # SDL_DOLLARRECORD 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_DROPBEGIN.md: -------------------------------------------------------------------------------- 1 | # SDL_DROPBEGIN 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_DROPCOMPLETE.md: -------------------------------------------------------------------------------- 1 | # SDL_DROPCOMPLETE 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_DROPFILE.md: -------------------------------------------------------------------------------- 1 | # SDL_DROPFILE 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_DROPTEXT.md: -------------------------------------------------------------------------------- 1 | # SDL_DROPTEXT 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_FINGERDOWN.md: -------------------------------------------------------------------------------- 1 | # SDL_FINGERDOWN 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_FINGERMOTION.md: -------------------------------------------------------------------------------- 1 | # SDL_FINGERMOTION 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_FINGERUP.md: -------------------------------------------------------------------------------- 1 | # SDL_FINGERUP 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_FIRSTEVENT.md: -------------------------------------------------------------------------------- 1 | # SDL_FIRSTEVENT 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_FLIP_NONE.md: -------------------------------------------------------------------------------- 1 | # SDL_FLIP_NONE 2 | 3 | Please refer to [SDL_RendererFlip](SDL_RendererFlip) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_ALPHA_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_ALPHA_SIZE 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_BLUE_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_BLUE_SIZE 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_BUFFER_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_BUFFER_SIZE 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_CONTEXT_EGL.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_CONTEXT_EGL 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_CONTEXT_FLAGS.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_CONTEXT_FLAGS 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_DEPTH_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_DEPTH_SIZE 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_DOUBLEBUFFER.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_DOUBLEBUFFER 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_FLOATBUFFERS.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_FLOATBUFFERS 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_GREEN_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_GREEN_SIZE 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_RED_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_RED_SIZE 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_STENCIL_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_STENCIL_SIZE 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_GL_STEREO.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_STEREO 2 | 3 | Please refer to [SDL_GLattr](SDL_GLattr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_INIT_EVENTS.mediawiki: -------------------------------------------------------------------------------- 1 | Used by [[SDL_Init]] to initialize [[CategoryEvents|Event Handling]]. -------------------------------------------------------------------------------- /SDL2/SDL_JOYAXISMOTION.md: -------------------------------------------------------------------------------- 1 | # SDL_JOYAXISMOTION 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_JOYBALLMOTION.md: -------------------------------------------------------------------------------- 1 | # SDL_JOYBALLMOTION 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_JOYBUTTONDOWN.md: -------------------------------------------------------------------------------- 1 | # SDL_JOYBUTTONDOWN 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_JOYBUTTONUP.md: -------------------------------------------------------------------------------- 1 | # SDL_JOYBUTTONUP 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_JOYHATMOTION.md: -------------------------------------------------------------------------------- 1 | # SDL_JOYHATMOTION 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_KEYDOWN.md: -------------------------------------------------------------------------------- 1 | # SDL_KEYDOWN 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_KEYUP.md: -------------------------------------------------------------------------------- 1 | # SDL_KEYUP 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_LASTEVENT.md: -------------------------------------------------------------------------------- 1 | # SDL_LASTEVENT 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_LOCALECHANGED.md: -------------------------------------------------------------------------------- 1 | # SDL_LOCALECHANGED 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MAX_SINT16.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_SINT16 2 | 3 | Please refer to [Sint16](Sint16) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MAX_SINT32.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_SINT32 2 | 3 | Please refer to [Sint32](Sint32) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MAX_SINT64.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_SINT64 2 | 3 | Please refer to [Sint64](Sint64) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MAX_SINT8.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_SINT8 2 | 3 | Please refer to [Sint8](Sint8) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MAX_UINT16.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_UINT16 2 | 3 | Please refer to [Uint16](Uint16) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MAX_UINT32.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_UINT32 2 | 3 | Please refer to [Uint32](Uint32) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MAX_UINT64.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_UINT64 2 | 3 | Please refer to [Uint64](Uint64) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MAX_UINT8.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_UINT8 2 | 3 | Please refer to [Uint8](Uint8) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MIN_SINT16.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_SINT16 2 | 3 | Please refer to [Sint16](Sint16) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MIN_SINT32.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_SINT32 2 | 3 | Please refer to [Sint32](Sint32) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MIN_SINT64.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_SINT64 2 | 3 | Please refer to [Sint64](Sint64) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MIN_SINT8.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_SINT8 2 | 3 | Please refer to [Sint8](Sint8) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MIN_UINT16.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_UINT16 2 | 3 | Please refer to [Uint16](Uint16) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MIN_UINT32.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_UINT32 2 | 3 | Please refer to [Uint32](Uint32) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MIN_UINT64.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_UINT64 2 | 3 | Please refer to [Uint64](Uint64) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MIN_UINT8.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_UINT8 2 | 3 | Please refer to [Uint8](Uint8) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MOUSEBUTTONUP.md: -------------------------------------------------------------------------------- 1 | # SDL_MOUSEBUTTONUP 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MOUSEMOTION.md: -------------------------------------------------------------------------------- 1 | # SDL_MOUSEMOTION 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MOUSEWHEEL.md: -------------------------------------------------------------------------------- 1 | # SDL_MOUSEWHEEL 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_MULTIGESTURE.md: -------------------------------------------------------------------------------- 1 | # SDL_MULTIGESTURE 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_POLLSENTINEL.md: -------------------------------------------------------------------------------- 1 | # SDL_POLLSENTINEL 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_QUIT.md: -------------------------------------------------------------------------------- 1 | # SDL_QUIT 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_0.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_0 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_1.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_1 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_2.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_2 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_3.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_3 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_4.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_4 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_5.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_5 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_6.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_6 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_7.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_7 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_8.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_8 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_9.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_9 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_A.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_A 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_AGAIN.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_AGAIN 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_APP1.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_APP1 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_APP2.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_APP2 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_B.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_B 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_C.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_C 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_CALL.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_CALL 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_CLEAR.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_CLEAR 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_COMMA.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_COMMA 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_COPY.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_COPY 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_CRSEL.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_CRSEL 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_CUT.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_CUT 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_D.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_D 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_DOWN.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_DOWN 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_E.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_E 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_EJECT.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_EJECT 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_END.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_END 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_EXSEL.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_EXSEL 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F1.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F1 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F10.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F10 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F11.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F11 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F12.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F12 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F13.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F13 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F14.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F14 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F15.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F15 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F16.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F16 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F17.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F17 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F18.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F18 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F19.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F19 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F2.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F2 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F20.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F20 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F21.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F21 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F22.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F22 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F23.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F23 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F24.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F24 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F3.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F3 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F4.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F4 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F5.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F5 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F6.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F6 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F7.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F7 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F8.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F8 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_F9.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F9 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_FIND.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_FIND 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_G.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_G 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_H.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_H 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_HELP.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_HELP 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_HOME.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_HOME 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_I.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_I 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_J.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_J 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_K.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_K 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_0.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_0 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_00.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_00 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_1.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_1 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_2.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_2 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_3.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_3 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_4.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_4 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_5.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_5 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_6.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_6 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_7.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_7 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_8.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_8 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_9.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_9 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_A.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_A 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_AT.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_AT 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_B.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_B 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_C.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_C 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_D.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_D 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_E.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_E 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_KP_F.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_KP_F 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_L.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_L 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LALT.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LALT 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LANG1.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LANG1 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LANG2.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LANG2 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LANG3.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LANG3 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LANG4.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LANG4 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LANG5.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LANG5 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LANG6.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LANG6 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LANG7.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LANG7 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LANG8.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LANG8 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LANG9.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LANG9 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LCTRL.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LCTRL 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LEFT.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LEFT 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_LGUI.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_LGUI 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_M.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_M 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_MAIL.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_MAIL 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_MENU.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_MENU 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_MINUS.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_MINUS 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_MUTE.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_MUTE 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_N.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_N 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_O.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_O 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_OPER.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_OPER 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_OUT.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_OUT 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_P.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_P 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_PASTE.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_PASTE 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_PAUSE.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_PAUSE 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_PRIOR.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_PRIOR 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_Q.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_Q 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_R.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_R 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_RALT.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_RALT 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_RCTRL.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_RCTRL 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_RGUI.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_RGUI 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_RIGHT.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_RIGHT 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_S.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_S 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_SLASH.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_SLASH 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_SLEEP.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_SLEEP 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_SPACE.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_SPACE 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_STOP.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_STOP 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_T.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_T 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_TAB.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_TAB 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_U.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_U 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_UP.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_UP 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_V.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_V 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_W.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_W 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_X.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_X 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_Y.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_Y 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SCANCODE_Z.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_Z 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SYSWMEVENT.md: -------------------------------------------------------------------------------- 1 | # SDL_SYSWMEVENT 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SYSWM_MIR.md: -------------------------------------------------------------------------------- 1 | # SDL_SYSWM_MIR 2 | 3 | Please refer to [SDL_SYSWM_TYPE](SDL_SYSWM_TYPE) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SYSWM_OS2.md: -------------------------------------------------------------------------------- 1 | # SDL_SYSWM_OS2 2 | 3 | Please refer to [SDL_SYSWM_TYPE](SDL_SYSWM_TYPE) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_SYSWM_X11.md: -------------------------------------------------------------------------------- 1 | # SDL_SYSWM_X11 2 | 3 | Please refer to [SDL_SYSWM_TYPE](SDL_SYSWM_TYPE) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_TEXTINPUT.md: -------------------------------------------------------------------------------- 1 | # SDL_TEXTINPUT 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_USEREVENT.md: -------------------------------------------------------------------------------- 1 | # SDL_USEREVENT 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_assert_state.mediawiki: -------------------------------------------------------------------------------- 1 | 2 | This enumeration has been replaced by [[SDL_AssertState]] in SDL 2.0.4. 3 | -------------------------------------------------------------------------------- /SDL2/SDL_mutexP.md: -------------------------------------------------------------------------------- 1 | # SDL_mutexP 2 | 3 | Please refer to [SDL_LockMutex](SDL_LockMutex) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SDL_mutexV.md: -------------------------------------------------------------------------------- 1 | # SDL_mutexV 2 | 3 | Please refer to [SDL_UnlockMutex](SDL_UnlockMutex) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL2/SourceCode.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/SourceCode](/SDL3/SourceCode). -------------------------------------------------------------------------------- /SDL2_image/Undocumented.md: -------------------------------------------------------------------------------- 1 | # Undocumented 2 | 3 | ## Functions defined in the headers, but not in the wiki 4 | 5 | (none) 6 | 7 | -------------------------------------------------------------------------------- /SDL2_mixer/Undocumented.md: -------------------------------------------------------------------------------- 1 | # Undocumented 2 | 3 | ## Functions defined in the headers, but not in the wiki 4 | 5 | (none) 6 | 7 | -------------------------------------------------------------------------------- /SDL2_ttf/Undocumented.md: -------------------------------------------------------------------------------- 1 | # Undocumented 2 | 3 | ## Functions defined in the headers, but not in the wiki 4 | 5 | (none) 6 | 7 | -------------------------------------------------------------------------------- /SDL3/Books.md: -------------------------------------------------------------------------------- 1 | # Books Related to SDL3 2 | 3 | We're waiting for SDL3 books to be written! Please update this page, by clicking the 4 | `[edit]` link below, if you see any! 5 | 6 | -------------------------------------------------------------------------------- /SDL3/CategoryGameController.md: -------------------------------------------------------------------------------- 1 | What SDL2 calls "Game Controllers" are called "Gamepads" in SDL3, so you want to visit [CategoryGamepad](CategoryGamepad) instead. -------------------------------------------------------------------------------- /SDL3/README-haiku.md: -------------------------------------------------------------------------------- 1 | # Haiku OS 2 | 3 | SDL is fully supported on Haiku OS, and is built using [CMake](README-cmake.md). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/FrontPage.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/READMEs](/SDL3/READMEs). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/android.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-android](/SDL3/README-android). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/bsd.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-bsd](/SDL3/README-bsd). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/cmake.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-cmake](/SDL3/README-cmake). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/contributing.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-contributing](/SDL3/README-contributing). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/documentation-rules.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-documentation-rules](/SDL3/README-documentation-rules). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/dynapi.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-dynapi](/SDL3/README-dynapi). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/emscripten.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-emscripten](/SDL3/README-emscripten). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/gdk.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-gdk](/SDL3/README-gdk). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/haiku.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-haiku](/SDL3/README-haiku). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/highdpi.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-highdpi](/SDL3/README-highdpi). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/ios.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-ios](/SDL3/README-ios). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/kmsbsd.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-kmsbsd](/SDL3/README-kmsbsd). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/linux.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-linux](/SDL3/README-linux). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/macos.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-macos](/SDL3/README-macos). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/main-functions.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-main-functions](/SDL3/README-main-functions). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/migration.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-migration](/SDL3/README-migration). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/n3ds.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-n3ds](/SDL3/README-n3ds). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/ngage.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-ngage](/SDL3/README-ngage). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/platforms.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-platforms](/SDL3/README-platforms). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/porting.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-porting](/SDL3/README-porting). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/ps2.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-ps2](/SDL3/README-ps2). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/ps4.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-ps4](/SDL3/README-ps4). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/ps5.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-ps5](/SDL3/README-ps5). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/psp.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-psp](/SDL3/README-psp). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/riscos.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-riscos](/SDL3/README-riscos). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/steamos.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-steamos](/SDL3/README-steamos). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/strings.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-strings](/SDL3/README-strings). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/switch.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-switch](/SDL3/README-switch). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/touch.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-touch](/SDL3/README-touch). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/versions.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-versions](/SDL3/README-versions). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/vita.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-vita](/SDL3/README-vita). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/wayland.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-wayland](/SDL3/README-wayland). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/README/windows.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | 3 | This page has moved to [/SDL3/README-windows](/SDL3/README-windows). 4 | 5 | -------------------------------------------------------------------------------- /SDL3/SDLK_0.md: -------------------------------------------------------------------------------- 1 | # SDLK_0 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_1.md: -------------------------------------------------------------------------------- 1 | # SDLK_1 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_2.md: -------------------------------------------------------------------------------- 1 | # SDLK_2 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_3.md: -------------------------------------------------------------------------------- 1 | # SDLK_3 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_4.md: -------------------------------------------------------------------------------- 1 | # SDLK_4 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_5.md: -------------------------------------------------------------------------------- 1 | # SDLK_5 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_6.md: -------------------------------------------------------------------------------- 1 | # SDLK_6 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_7.md: -------------------------------------------------------------------------------- 1 | # SDLK_7 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_8.md: -------------------------------------------------------------------------------- 1 | # SDLK_8 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_9.md: -------------------------------------------------------------------------------- 1 | # SDLK_9 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_A.md: -------------------------------------------------------------------------------- 1 | # SDLK_A 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_BACK.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_BACK 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_BOOKMARKS.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_BOOKMARKS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_CLOSE.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_CLOSE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_EXIT.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_EXIT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_FORWARD.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_FORWARD 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_HOME.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_HOME 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_NEW.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_NEW 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_OPEN.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_OPEN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_PRINT.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_PRINT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_PROPERTIES.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_PROPERTIES 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_REFRESH.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_REFRESH 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_SAVE.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_SAVE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_SEARCH.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_SEARCH 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AC_STOP.md: -------------------------------------------------------------------------------- 1 | # SDLK_AC_STOP 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AGAIN.md: -------------------------------------------------------------------------------- 1 | # SDLK_AGAIN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_ALTERASE.md: -------------------------------------------------------------------------------- 1 | # SDLK_ALTERASE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AMPERSAND.md: -------------------------------------------------------------------------------- 1 | # SDLK_AMPERSAND 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_APOSTROPHE.md: -------------------------------------------------------------------------------- 1 | # SDLK_APOSTROPHE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_APPLICATION.md: -------------------------------------------------------------------------------- 1 | # SDLK_APPLICATION 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_ASTERISK.md: -------------------------------------------------------------------------------- 1 | # SDLK_ASTERISK 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_AT.md: -------------------------------------------------------------------------------- 1 | # SDLK_AT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_B.md: -------------------------------------------------------------------------------- 1 | # SDLK_B 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_BACKSLASH.md: -------------------------------------------------------------------------------- 1 | # SDLK_BACKSLASH 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_BACKSPACE.md: -------------------------------------------------------------------------------- 1 | # SDLK_BACKSPACE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_C.md: -------------------------------------------------------------------------------- 1 | # SDLK_C 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CALL.md: -------------------------------------------------------------------------------- 1 | # SDLK_CALL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CANCEL.md: -------------------------------------------------------------------------------- 1 | # SDLK_CANCEL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CAPSLOCK.md: -------------------------------------------------------------------------------- 1 | # SDLK_CAPSLOCK 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CARET.md: -------------------------------------------------------------------------------- 1 | # SDLK_CARET 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CHANNEL_DECREMENT.md: -------------------------------------------------------------------------------- 1 | # SDLK_CHANNEL_DECREMENT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CHANNEL_INCREMENT.md: -------------------------------------------------------------------------------- 1 | # SDLK_CHANNEL_INCREMENT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CLEAR.md: -------------------------------------------------------------------------------- 1 | # SDLK_CLEAR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CLEARAGAIN.md: -------------------------------------------------------------------------------- 1 | # SDLK_CLEARAGAIN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_COLON.md: -------------------------------------------------------------------------------- 1 | # SDLK_COLON 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_COMMA.md: -------------------------------------------------------------------------------- 1 | # SDLK_COMMA 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_COPY.md: -------------------------------------------------------------------------------- 1 | # SDLK_COPY 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CRSEL.md: -------------------------------------------------------------------------------- 1 | # SDLK_CRSEL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CURRENCYSUBUNIT.md: -------------------------------------------------------------------------------- 1 | # SDLK_CURRENCYSUBUNIT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CURRENCYUNIT.md: -------------------------------------------------------------------------------- 1 | # SDLK_CURRENCYUNIT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_CUT.md: -------------------------------------------------------------------------------- 1 | # SDLK_CUT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_D.md: -------------------------------------------------------------------------------- 1 | # SDLK_D 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_DBLAPOSTROPHE.md: -------------------------------------------------------------------------------- 1 | # SDLK_DBLAPOSTROPHE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_DECIMALSEPARATOR.md: -------------------------------------------------------------------------------- 1 | # SDLK_DECIMALSEPARATOR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_DELETE.md: -------------------------------------------------------------------------------- 1 | # SDLK_DELETE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_DOLLAR.md: -------------------------------------------------------------------------------- 1 | # SDLK_DOLLAR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_DOWN.md: -------------------------------------------------------------------------------- 1 | # SDLK_DOWN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_E.md: -------------------------------------------------------------------------------- 1 | # SDLK_E 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_END.md: -------------------------------------------------------------------------------- 1 | # SDLK_END 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_ENDCALL.md: -------------------------------------------------------------------------------- 1 | # SDLK_ENDCALL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_EQUALS.md: -------------------------------------------------------------------------------- 1 | # SDLK_EQUALS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_ESCAPE.md: -------------------------------------------------------------------------------- 1 | # SDLK_ESCAPE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_EXCLAIM.md: -------------------------------------------------------------------------------- 1 | # SDLK_EXCLAIM 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_EXECUTE.md: -------------------------------------------------------------------------------- 1 | # SDLK_EXECUTE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_EXSEL.md: -------------------------------------------------------------------------------- 1 | # SDLK_EXSEL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_EXTENDED_MASK.md: -------------------------------------------------------------------------------- 1 | # SDLK_EXTENDED_MASK 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F.md: -------------------------------------------------------------------------------- 1 | # SDLK_F 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F1.md: -------------------------------------------------------------------------------- 1 | # SDLK_F1 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F10.md: -------------------------------------------------------------------------------- 1 | # SDLK_F10 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F11.md: -------------------------------------------------------------------------------- 1 | # SDLK_F11 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F12.md: -------------------------------------------------------------------------------- 1 | # SDLK_F12 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F13.md: -------------------------------------------------------------------------------- 1 | # SDLK_F13 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F14.md: -------------------------------------------------------------------------------- 1 | # SDLK_F14 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F15.md: -------------------------------------------------------------------------------- 1 | # SDLK_F15 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F16.md: -------------------------------------------------------------------------------- 1 | # SDLK_F16 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F17.md: -------------------------------------------------------------------------------- 1 | # SDLK_F17 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F18.md: -------------------------------------------------------------------------------- 1 | # SDLK_F18 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F19.md: -------------------------------------------------------------------------------- 1 | # SDLK_F19 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F2.md: -------------------------------------------------------------------------------- 1 | # SDLK_F2 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F20.md: -------------------------------------------------------------------------------- 1 | # SDLK_F20 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F21.md: -------------------------------------------------------------------------------- 1 | # SDLK_F21 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F22.md: -------------------------------------------------------------------------------- 1 | # SDLK_F22 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F23.md: -------------------------------------------------------------------------------- 1 | # SDLK_F23 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F24.md: -------------------------------------------------------------------------------- 1 | # SDLK_F24 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F3.md: -------------------------------------------------------------------------------- 1 | # SDLK_F3 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F4.md: -------------------------------------------------------------------------------- 1 | # SDLK_F4 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F5.md: -------------------------------------------------------------------------------- 1 | # SDLK_F5 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F6.md: -------------------------------------------------------------------------------- 1 | # SDLK_F6 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F7.md: -------------------------------------------------------------------------------- 1 | # SDLK_F7 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F8.md: -------------------------------------------------------------------------------- 1 | # SDLK_F8 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_F9.md: -------------------------------------------------------------------------------- 1 | # SDLK_F9 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_FIND.md: -------------------------------------------------------------------------------- 1 | # SDLK_FIND 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_G.md: -------------------------------------------------------------------------------- 1 | # SDLK_G 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_GRAVE.md: -------------------------------------------------------------------------------- 1 | # SDLK_GRAVE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_GREATER.md: -------------------------------------------------------------------------------- 1 | # SDLK_GREATER 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_H.md: -------------------------------------------------------------------------------- 1 | # SDLK_H 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_HASH.md: -------------------------------------------------------------------------------- 1 | # SDLK_HASH 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_HELP.md: -------------------------------------------------------------------------------- 1 | # SDLK_HELP 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_HOME.md: -------------------------------------------------------------------------------- 1 | # SDLK_HOME 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_I.md: -------------------------------------------------------------------------------- 1 | # SDLK_I 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_INSERT.md: -------------------------------------------------------------------------------- 1 | # SDLK_INSERT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_J.md: -------------------------------------------------------------------------------- 1 | # SDLK_J 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_K.md: -------------------------------------------------------------------------------- 1 | # SDLK_K 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_0.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_0 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_00.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_00 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_000.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_000 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_1.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_1 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_2.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_2 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_3.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_3 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_4.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_4 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_5.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_5 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_6.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_6 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_7.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_7 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_8.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_8 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_9.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_9 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_A.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_A 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_AMPERSAND.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_AMPERSAND 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_AT.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_AT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_B.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_B 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_BACKSPACE.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_BACKSPACE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_BINARY.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_BINARY 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_C.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_C 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_CLEAR.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_CLEAR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_CLEARENTRY.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_CLEARENTRY 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_COLON.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_COLON 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_COMMA.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_COMMA 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_D.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_D 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_DBLAMPERSAND.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_DBLAMPERSAND 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_DBLVERTICALBAR.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_DBLVERTICALBAR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_DECIMAL.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_DECIMAL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_DIVIDE.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_DIVIDE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_E.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_E 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_ENTER.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_ENTER 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_EQUALS.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_EQUALS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_EQUALSAS400.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_EQUALSAS400 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_EXCLAM.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_EXCLAM 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_F.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_F 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_GREATER.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_GREATER 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_HASH.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_HASH 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_HEXADECIMAL.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_HEXADECIMAL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_LEFTBRACE.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_LEFTBRACE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_LEFTPAREN.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_LEFTPAREN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_LESS.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_LESS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_MEMADD.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_MEMADD 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_MEMCLEAR.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_MEMCLEAR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_MEMDIVIDE.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_MEMDIVIDE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_MEMMULTIPLY.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_MEMMULTIPLY 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_MEMRECALL.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_MEMRECALL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_MEMSTORE.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_MEMSTORE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_MEMSUBTRACT.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_MEMSUBTRACT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_MINUS.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_MINUS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_MULTIPLY.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_MULTIPLY 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_OCTAL.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_OCTAL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_PERCENT.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_PERCENT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_PERIOD.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_PERIOD 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_PLUS.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_PLUS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_PLUSMINUS.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_PLUSMINUS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_POWER.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_POWER 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_RIGHTBRACE.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_RIGHTBRACE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_RIGHTPAREN.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_RIGHTPAREN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_SPACE.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_SPACE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_TAB.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_TAB 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_VERTICALBAR.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_VERTICALBAR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_KP_XOR.md: -------------------------------------------------------------------------------- 1 | # SDLK_KP_XOR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_L.md: -------------------------------------------------------------------------------- 1 | # SDLK_L 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LALT.md: -------------------------------------------------------------------------------- 1 | # SDLK_LALT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LCTRL.md: -------------------------------------------------------------------------------- 1 | # SDLK_LCTRL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LEFT.md: -------------------------------------------------------------------------------- 1 | # SDLK_LEFT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LEFTBRACE.md: -------------------------------------------------------------------------------- 1 | # SDLK_LEFTBRACE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LEFTBRACKET.md: -------------------------------------------------------------------------------- 1 | # SDLK_LEFTBRACKET 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LEFTPAREN.md: -------------------------------------------------------------------------------- 1 | # SDLK_LEFTPAREN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LEFT_TAB.md: -------------------------------------------------------------------------------- 1 | # SDLK_LEFT_TAB 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LESS.md: -------------------------------------------------------------------------------- 1 | # SDLK_LESS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LEVEL5_SHIFT.md: -------------------------------------------------------------------------------- 1 | # SDLK_LEVEL5_SHIFT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LGUI.md: -------------------------------------------------------------------------------- 1 | # SDLK_LGUI 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LHYPER.md: -------------------------------------------------------------------------------- 1 | # SDLK_LHYPER 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LMETA.md: -------------------------------------------------------------------------------- 1 | # SDLK_LMETA 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_LSHIFT.md: -------------------------------------------------------------------------------- 1 | # SDLK_LSHIFT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_M.md: -------------------------------------------------------------------------------- 1 | # SDLK_M 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MEDIA_EJECT.md: -------------------------------------------------------------------------------- 1 | # SDLK_MEDIA_EJECT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MEDIA_NEXT_TRACK.md: -------------------------------------------------------------------------------- 1 | # SDLK_MEDIA_NEXT_TRACK 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MEDIA_PAUSE.md: -------------------------------------------------------------------------------- 1 | # SDLK_MEDIA_PAUSE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MEDIA_PLAY.md: -------------------------------------------------------------------------------- 1 | # SDLK_MEDIA_PLAY 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MEDIA_PLAY_PAUSE.md: -------------------------------------------------------------------------------- 1 | # SDLK_MEDIA_PLAY_PAUSE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MEDIA_RECORD.md: -------------------------------------------------------------------------------- 1 | # SDLK_MEDIA_RECORD 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MEDIA_REWIND.md: -------------------------------------------------------------------------------- 1 | # SDLK_MEDIA_REWIND 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MEDIA_SELECT.md: -------------------------------------------------------------------------------- 1 | # SDLK_MEDIA_SELECT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MEDIA_STOP.md: -------------------------------------------------------------------------------- 1 | # SDLK_MEDIA_STOP 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MENU.md: -------------------------------------------------------------------------------- 1 | # SDLK_MENU 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MINUS.md: -------------------------------------------------------------------------------- 1 | # SDLK_MINUS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MODE.md: -------------------------------------------------------------------------------- 1 | # SDLK_MODE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MULTI_KEY_COMPOSE.md: -------------------------------------------------------------------------------- 1 | # SDLK_MULTI_KEY_COMPOSE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_MUTE.md: -------------------------------------------------------------------------------- 1 | # SDLK_MUTE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_N.md: -------------------------------------------------------------------------------- 1 | # SDLK_N 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_NUMLOCKCLEAR.md: -------------------------------------------------------------------------------- 1 | # SDLK_NUMLOCKCLEAR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_O.md: -------------------------------------------------------------------------------- 1 | # SDLK_O 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_OPER.md: -------------------------------------------------------------------------------- 1 | # SDLK_OPER 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_OUT.md: -------------------------------------------------------------------------------- 1 | # SDLK_OUT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_P.md: -------------------------------------------------------------------------------- 1 | # SDLK_P 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PAGEDOWN.md: -------------------------------------------------------------------------------- 1 | # SDLK_PAGEDOWN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PAGEUP.md: -------------------------------------------------------------------------------- 1 | # SDLK_PAGEUP 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PASTE.md: -------------------------------------------------------------------------------- 1 | # SDLK_PASTE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PAUSE.md: -------------------------------------------------------------------------------- 1 | # SDLK_PAUSE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PERCENT.md: -------------------------------------------------------------------------------- 1 | # SDLK_PERCENT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PERIOD.md: -------------------------------------------------------------------------------- 1 | # SDLK_PERIOD 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PIPE.md: -------------------------------------------------------------------------------- 1 | # SDLK_PIPE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PLUS.md: -------------------------------------------------------------------------------- 1 | # SDLK_PLUS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PLUSMINUS.md: -------------------------------------------------------------------------------- 1 | # SDLK_PLUSMINUS 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_POWER.md: -------------------------------------------------------------------------------- 1 | # SDLK_POWER 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PRINTSCREEN.md: -------------------------------------------------------------------------------- 1 | # SDLK_PRINTSCREEN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_PRIOR.md: -------------------------------------------------------------------------------- 1 | # SDLK_PRIOR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_Q.md: -------------------------------------------------------------------------------- 1 | # SDLK_Q 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_QUESTION.md: -------------------------------------------------------------------------------- 1 | # SDLK_QUESTION 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_R.md: -------------------------------------------------------------------------------- 1 | # SDLK_R 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RALT.md: -------------------------------------------------------------------------------- 1 | # SDLK_RALT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RCTRL.md: -------------------------------------------------------------------------------- 1 | # SDLK_RCTRL 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RETURN.md: -------------------------------------------------------------------------------- 1 | # SDLK_RETURN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RETURN2.md: -------------------------------------------------------------------------------- 1 | # SDLK_RETURN2 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RGUI.md: -------------------------------------------------------------------------------- 1 | # SDLK_RGUI 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RHYPER.md: -------------------------------------------------------------------------------- 1 | # SDLK_RHYPER 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RIGHT.md: -------------------------------------------------------------------------------- 1 | # SDLK_RIGHT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RIGHTBRACE.md: -------------------------------------------------------------------------------- 1 | # SDLK_RIGHTBRACE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RIGHTBRACKET.md: -------------------------------------------------------------------------------- 1 | # SDLK_RIGHTBRACKET 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RIGHTPAREN.md: -------------------------------------------------------------------------------- 1 | # SDLK_RIGHTPAREN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RMETA.md: -------------------------------------------------------------------------------- 1 | # SDLK_RMETA 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_RSHIFT.md: -------------------------------------------------------------------------------- 1 | # SDLK_RSHIFT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_S.md: -------------------------------------------------------------------------------- 1 | # SDLK_S 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SCANCODE_MASK.md: -------------------------------------------------------------------------------- 1 | # SDLK_SCANCODE_MASK 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SCROLLLOCK.md: -------------------------------------------------------------------------------- 1 | # SDLK_SCROLLLOCK 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SELECT.md: -------------------------------------------------------------------------------- 1 | # SDLK_SELECT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SEMICOLON.md: -------------------------------------------------------------------------------- 1 | # SDLK_SEMICOLON 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SEPARATOR.md: -------------------------------------------------------------------------------- 1 | # SDLK_SEPARATOR 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SLASH.md: -------------------------------------------------------------------------------- 1 | # SDLK_SLASH 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SLEEP.md: -------------------------------------------------------------------------------- 1 | # SDLK_SLEEP 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SOFTLEFT.md: -------------------------------------------------------------------------------- 1 | # SDLK_SOFTLEFT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SOFTRIGHT.md: -------------------------------------------------------------------------------- 1 | # SDLK_SOFTRIGHT 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SPACE.md: -------------------------------------------------------------------------------- 1 | # SDLK_SPACE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_STOP.md: -------------------------------------------------------------------------------- 1 | # SDLK_STOP 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_SYSREQ.md: -------------------------------------------------------------------------------- 1 | # SDLK_SYSREQ 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_T.md: -------------------------------------------------------------------------------- 1 | # SDLK_T 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_TAB.md: -------------------------------------------------------------------------------- 1 | # SDLK_TAB 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_TILDE.md: -------------------------------------------------------------------------------- 1 | # SDLK_TILDE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_U.md: -------------------------------------------------------------------------------- 1 | # SDLK_U 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_UNDERSCORE.md: -------------------------------------------------------------------------------- 1 | # SDLK_UNDERSCORE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_UNDO.md: -------------------------------------------------------------------------------- 1 | # SDLK_UNDO 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_UNKNOWN.md: -------------------------------------------------------------------------------- 1 | # SDLK_UNKNOWN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_UP.md: -------------------------------------------------------------------------------- 1 | # SDLK_UP 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_V.md: -------------------------------------------------------------------------------- 1 | # SDLK_V 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_VOLUMEDOWN.md: -------------------------------------------------------------------------------- 1 | # SDLK_VOLUMEDOWN 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_VOLUMEUP.md: -------------------------------------------------------------------------------- 1 | # SDLK_VOLUMEUP 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_W.md: -------------------------------------------------------------------------------- 1 | # SDLK_W 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_WAKE.md: -------------------------------------------------------------------------------- 1 | # SDLK_WAKE 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_X.md: -------------------------------------------------------------------------------- 1 | # SDLK_X 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_Y.md: -------------------------------------------------------------------------------- 1 | # SDLK_Y 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDLK_Z.md: -------------------------------------------------------------------------------- 1 | # SDLK_Z 2 | 3 | Please refer to [SDL_Keycode](SDL_Keycode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_ADDEVENT.md: -------------------------------------------------------------------------------- 1 | # SDL_ADDEVENT 2 | 3 | Please refer to [SDL_EventAction](SDL_EventAction) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_AUDIO_S8.md: -------------------------------------------------------------------------------- 1 | # SDL_AUDIO_S8 2 | 3 | Please refer to [SDL_AudioFormat](SDL_AudioFormat) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_AUDIO_U8.md: -------------------------------------------------------------------------------- 1 | # SDL_AUDIO_U8 2 | 3 | Please refer to [SDL_AudioFormat](SDL_AudioFormat) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_BLENDMODE_ADD.md: -------------------------------------------------------------------------------- 1 | # SDL_BLENDMODE_ADD 2 | 3 | Please refer to [SDL_BlendMode](SDL_BlendMode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_BLENDMODE_BLEND.md: -------------------------------------------------------------------------------- 1 | # SDL_BLENDMODE_BLEND 2 | 3 | Please refer to [SDL_BlendMode](SDL_BlendMode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_BLENDMODE_MOD.md: -------------------------------------------------------------------------------- 1 | # SDL_BLENDMODE_MOD 2 | 3 | Please refer to [SDL_BlendMode](SDL_BlendMode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_BLENDMODE_MUL.md: -------------------------------------------------------------------------------- 1 | # SDL_BLENDMODE_MUL 2 | 3 | Please refer to [SDL_BlendMode](SDL_BlendMode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_BLENDMODE_NONE.md: -------------------------------------------------------------------------------- 1 | # SDL_BLENDMODE_NONE 2 | 3 | Please refer to [SDL_BlendMode](SDL_BlendMode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_BUTTON_X1.md: -------------------------------------------------------------------------------- 1 | # SDL_BUTTON_X1 2 | 3 | Please refer to [SDL_MouseButtonFlags](SDL_MouseButtonFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_BUTTON_X2.md: -------------------------------------------------------------------------------- 1 | # SDL_BUTTON_X2 2 | 3 | Please refer to [SDL_MouseButtonFlags](SDL_MouseButtonFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_EVENT_LAST.md: -------------------------------------------------------------------------------- 1 | # SDL_EVENT_LAST 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_EVENT_QUIT.md: -------------------------------------------------------------------------------- 1 | # SDL_EVENT_QUIT 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_EVENT_USER.md: -------------------------------------------------------------------------------- 1 | # SDL_EVENT_USER 2 | 3 | Please refer to [SDL_EventType](SDL_EventType) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_FLIP_NONE.md: -------------------------------------------------------------------------------- 1 | # SDL_FLIP_NONE 2 | 3 | Please refer to [SDL_FlipMode](SDL_FlipMode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_FOLDER_COUNT.md: -------------------------------------------------------------------------------- 1 | # SDL_FOLDER_COUNT 2 | 3 | Please refer to [SDL_Folder](SDL_Folder) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_FOLDER_HOME.md: -------------------------------------------------------------------------------- 1 | # SDL_FOLDER_HOME 2 | 3 | Please refer to [SDL_Folder](SDL_Folder) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_FOLDER_MUSIC.md: -------------------------------------------------------------------------------- 1 | # SDL_FOLDER_MUSIC 2 | 3 | Please refer to [SDL_Folder](SDL_Folder) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_FOLDER_VIDEOS.md: -------------------------------------------------------------------------------- 1 | # SDL_FOLDER_VIDEOS 2 | 3 | Please refer to [SDL_Folder](SDL_Folder) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_GETEVENT.md: -------------------------------------------------------------------------------- 1 | # SDL_GETEVENT 2 | 3 | Please refer to [SDL_EventAction](SDL_EventAction) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_GL_ALPHA_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_ALPHA_SIZE 2 | 3 | Please refer to [SDL_GLAttr](SDL_GLAttr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_GL_BLUE_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_BLUE_SIZE 2 | 3 | Please refer to [SDL_GLAttr](SDL_GLAttr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_GL_DEPTH_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_DEPTH_SIZE 2 | 3 | Please refer to [SDL_GLAttr](SDL_GLAttr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_GL_GREEN_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_GREEN_SIZE 2 | 3 | Please refer to [SDL_GLAttr](SDL_GLAttr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_GL_RED_SIZE.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_RED_SIZE 2 | 3 | Please refer to [SDL_GLAttr](SDL_GLAttr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_GL_STEREO.md: -------------------------------------------------------------------------------- 1 | # SDL_GL_STEREO 2 | 3 | Please refer to [SDL_GLAttr](SDL_GLAttr) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_HAT_DOWN.md: -------------------------------------------------------------------------------- 1 | # SDL_HAT_DOWN 2 | 3 | Please refer to [SDL_GetJoystickHat](SDL_GetJoystickHat) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_HAT_LEFT.md: -------------------------------------------------------------------------------- 1 | # SDL_HAT_LEFT 2 | 3 | Please refer to [SDL_GetJoystickHat](SDL_GetJoystickHat) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_HAT_LEFTUP.md: -------------------------------------------------------------------------------- 1 | # SDL_HAT_LEFTUP 2 | 3 | Please refer to [SDL_GetJoystickHat](SDL_GetJoystickHat) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_HAT_RIGHT.md: -------------------------------------------------------------------------------- 1 | # SDL_HAT_RIGHT 2 | 3 | Please refer to [SDL_GetJoystickHat](SDL_GetJoystickHat) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_HAT_RIGHTUP.md: -------------------------------------------------------------------------------- 1 | # SDL_HAT_RIGHTUP 2 | 3 | Please refer to [SDL_GetJoystickHat](SDL_GetJoystickHat) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_HAT_UP.md: -------------------------------------------------------------------------------- 1 | # SDL_HAT_UP 2 | 3 | Please refer to [SDL_GetJoystickHat](SDL_GetJoystickHat) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_ICONV_E2BIG.md: -------------------------------------------------------------------------------- 1 | # SDL_ICONV_E2BIG 2 | 3 | Please refer to [SDL_iconv](SDL_iconv) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_ICONV_EILSEQ.md: -------------------------------------------------------------------------------- 1 | # SDL_ICONV_EILSEQ 2 | 3 | Please refer to [SDL_iconv](SDL_iconv) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_ICONV_EINVAL.md: -------------------------------------------------------------------------------- 1 | # SDL_ICONV_EINVAL 2 | 3 | Please refer to [SDL_iconv](SDL_iconv) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_ICONV_ERROR.md: -------------------------------------------------------------------------------- 1 | # SDL_ICONV_ERROR 2 | 3 | Please refer to [SDL_iconv](SDL_iconv) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_INIT_AUDIO.md: -------------------------------------------------------------------------------- 1 | # SDL_INIT_AUDIO 2 | 3 | Please refer to [SDL_InitFlags](SDL_InitFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_INIT_CAMERA.md: -------------------------------------------------------------------------------- 1 | # SDL_INIT_CAMERA 2 | 3 | Please refer to [SDL_InitFlags](SDL_InitFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_INIT_EVENTS.md: -------------------------------------------------------------------------------- 1 | # SDL_INIT_EVENTS 2 | 3 | Please refer to [SDL_InitFlags](SDL_InitFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_INIT_GAMEPAD.md: -------------------------------------------------------------------------------- 1 | # SDL_INIT_GAMEPAD 2 | 3 | Please refer to [SDL_InitFlags](SDL_InitFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_INIT_HAPTIC.md: -------------------------------------------------------------------------------- 1 | # SDL_INIT_HAPTIC 2 | 3 | Please refer to [SDL_InitFlags](SDL_InitFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_INIT_JOYSTICK.md: -------------------------------------------------------------------------------- 1 | # SDL_INIT_JOYSTICK 2 | 3 | Please refer to [SDL_InitFlags](SDL_InitFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_INIT_SENSOR.md: -------------------------------------------------------------------------------- 1 | # SDL_INIT_SENSOR 2 | 3 | Please refer to [SDL_InitFlags](SDL_InitFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_INIT_VIDEO.md: -------------------------------------------------------------------------------- 1 | # SDL_INIT_VIDEO 2 | 3 | Please refer to [SDL_InitFlags](SDL_InitFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_IO_SEEK_CUR.md: -------------------------------------------------------------------------------- 1 | # SDL_IO_SEEK_CUR 2 | 3 | Please refer to [SDL_IOWhence](SDL_IOWhence) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_IO_SEEK_END.md: -------------------------------------------------------------------------------- 1 | # SDL_IO_SEEK_END 2 | 3 | Please refer to [SDL_IOWhence](SDL_IOWhence) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_IO_SEEK_SET.md: -------------------------------------------------------------------------------- 1 | # SDL_IO_SEEK_SET 2 | 3 | Please refer to [SDL_IOWhence](SDL_IOWhence) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_ALT.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_ALT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_CAPS.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_CAPS 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_CTRL.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_CTRL 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_GUI.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_GUI 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_LALT.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_LALT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_LCTRL.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_LCTRL 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_LEVEL5.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_LEVEL5 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_LGUI.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_LGUI 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_LSHIFT.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_LSHIFT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_MODE.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_MODE 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_NONE.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_NONE 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_NUM.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_NUM 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_RALT.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_RALT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_RCTRL.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_RCTRL 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_RGUI.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_RGUI 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_RSHIFT.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_RSHIFT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_SCROLL.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_SCROLL 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_KMOD_SHIFT.md: -------------------------------------------------------------------------------- 1 | # SDL_KMOD_SHIFT 2 | 3 | Please refer to [SDL_Keymod](SDL_Keymod) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MAX_SINT16.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_SINT16 2 | 3 | Please refer to [Sint16](Sint16) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MAX_SINT32.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_SINT32 2 | 3 | Please refer to [Sint32](Sint32) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MAX_SINT64.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_SINT64 2 | 3 | Please refer to [Sint64](Sint64) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MAX_SINT8.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_SINT8 2 | 3 | Please refer to [Sint8](Sint8) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MAX_TIME.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_TIME 2 | 3 | Please refer to [SDL_Time](SDL_Time) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MAX_UINT16.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_UINT16 2 | 3 | Please refer to [Uint16](Uint16) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MAX_UINT32.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_UINT32 2 | 3 | Please refer to [Uint32](Uint32) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MAX_UINT64.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_UINT64 2 | 3 | Please refer to [Uint64](Uint64) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MAX_UINT8.md: -------------------------------------------------------------------------------- 1 | # SDL_MAX_UINT8 2 | 3 | Please refer to [Uint8](Uint8) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MIN_SINT16.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_SINT16 2 | 3 | Please refer to [Sint16](Sint16) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MIN_SINT32.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_SINT32 2 | 3 | Please refer to [Sint32](Sint32) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MIN_SINT64.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_SINT64 2 | 3 | Please refer to [Sint64](Sint64) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MIN_SINT8.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_SINT8 2 | 3 | Please refer to [Sint8](Sint8) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MIN_TIME.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_TIME 2 | 3 | Please refer to [SDL_Time](SDL_Time) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MIN_UINT16.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_UINT16 2 | 3 | Please refer to [Uint16](Uint16) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MIN_UINT32.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_UINT32 2 | 3 | Please refer to [Uint32](Uint32) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MIN_UINT64.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_UINT64 2 | 3 | Please refer to [Uint64](Uint64) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_MIN_UINT8.md: -------------------------------------------------------------------------------- 1 | # SDL_MIN_UINT8 2 | 3 | Please refer to [Uint8](Uint8) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SANDBOX_NONE.md: -------------------------------------------------------------------------------- 1 | # SDL_SANDBOX_NONE 2 | 3 | Please refer to [SDL_Sandbox](SDL_Sandbox) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SANDBOX_SNAP.md: -------------------------------------------------------------------------------- 1 | # SDL_SANDBOX_SNAP 2 | 3 | Please refer to [SDL_Sandbox](SDL_Sandbox) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_0.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_0 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_1.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_1 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_2.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_2 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_3.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_3 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_4.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_4 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_5.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_5 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_6.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_6 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_7.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_7 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_8.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_8 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_9.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_9 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_A.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_A 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_B.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_B 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_C.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_C 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_D.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_D 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_E.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_E 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_F.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_F1.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F1 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_F2.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F2 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_F3.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F3 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_F4.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F4 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_F5.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F5 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_F6.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F6 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_F7.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F7 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_F8.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F8 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_F9.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_F9 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_G.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_G 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_H.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_H 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_I.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_I 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_J.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_J 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_K.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_K 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_L.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_L 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_M.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_M 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_N.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_N 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_O.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_O 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_P.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_P 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_Q.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_Q 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_R.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_R 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_S.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_S 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_T.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_T 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_U.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_U 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_UP.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_UP 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_V.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_V 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_W.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_W 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_X.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_X 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_Y.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_Y 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_SCANCODE_Z.md: -------------------------------------------------------------------------------- 1 | # SDL_SCANCODE_Z 2 | 3 | Please refer to [SDL_Scancode](SDL_Scancode) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIEnumerators](CategoryAPIEnumerators) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_WINDOW_HIDDEN.md: -------------------------------------------------------------------------------- 1 | # SDL_WINDOW_HIDDEN 2 | 3 | Please refer to [SDL_WindowFlags](SDL_WindowFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_WINDOW_METAL.md: -------------------------------------------------------------------------------- 1 | # SDL_WINDOW_METAL 2 | 3 | Please refer to [SDL_WindowFlags](SDL_WindowFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_WINDOW_MODAL.md: -------------------------------------------------------------------------------- 1 | # SDL_WINDOW_MODAL 2 | 3 | Please refer to [SDL_WindowFlags](SDL_WindowFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_WINDOW_OPENGL.md: -------------------------------------------------------------------------------- 1 | # SDL_WINDOW_OPENGL 2 | 3 | Please refer to [SDL_WindowFlags](SDL_WindowFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_WINDOW_TOOLTIP.md: -------------------------------------------------------------------------------- 1 | # SDL_WINDOW_TOOLTIP 2 | 3 | Please refer to [SDL_WindowFlags](SDL_WindowFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_WINDOW_UTILITY.md: -------------------------------------------------------------------------------- 1 | # SDL_WINDOW_UTILITY 2 | 3 | Please refer to [SDL_WindowFlags](SDL_WindowFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/SDL_WINDOW_VULKAN.md: -------------------------------------------------------------------------------- 1 | # SDL_WINDOW_VULKAN 2 | 3 | Please refer to [SDL_WindowFlags](SDL_WindowFlags) for details. 4 | 5 | ---- 6 | [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro) 7 | 8 | -------------------------------------------------------------------------------- /SDL3/Undocumented.md: -------------------------------------------------------------------------------- 1 | # Undocumented 2 | 3 | ## Functions defined in the headers, but not in the wiki 4 | 5 | (none) 6 | 7 | -------------------------------------------------------------------------------- /SDL3_image/Undocumented.md: -------------------------------------------------------------------------------- 1 | # Undocumented 2 | 3 | ## Functions defined in the headers, but not in the wiki 4 | 5 | (none) 6 | 7 | -------------------------------------------------------------------------------- /SDL3_mixer/Undocumented.md: -------------------------------------------------------------------------------- 1 | # Undocumented 2 | 3 | ## Functions defined in the headers, but not in the wiki 4 | 5 | (none) 6 | 7 | -------------------------------------------------------------------------------- /SDL3_net/Undocumented.md: -------------------------------------------------------------------------------- 1 | # Undocumented 2 | 3 | ## Functions defined in the headers, but not in the wiki 4 | 5 | (none) 6 | 7 | -------------------------------------------------------------------------------- /SDL3_ttf/Undocumented.md: -------------------------------------------------------------------------------- 1 | # Undocumented 2 | 3 | ## Functions defined in the headers, but not in the wiki 4 | 5 | (none) 6 | 7 | -------------------------------------------------------------------------------- /SDL_rtf/Undocumented.md: -------------------------------------------------------------------------------- 1 | # Undocumented 2 | 3 | ## Functions defined in the headers, but not in the wiki 4 | 5 | (none) 6 | 7 | --------------------------------------------------------------------------------