Module Sdlhint

module Sdlhint: sig .. end

Hint kind


api doc

type t = 
| AccelerometerAsJoystick
| AndroidApkExpansionMainFileVersion
| AndroidApkExpansionPatchFileVersion
| AndroidSeparateMouseAndTouch
| AppleTvControllerUiEvents
| AppleTvRemoteAllowRotation
| BmpSaveLegacyFormat
| EmscriptenAsyncify
| EmscriptenKeyboardElement
| FramebufferAcceleration
| Gamecontrollerconfig
| GrabKeyboard
| IdleTimerDisabled
| ImeInternalEditing
| JoystickAllowBackgroundEvents
| MacBackgroundApp
| MacCtrlClickEmulateRightClick
| MouseFocusClickthrough
| MouseRelativeModeWarp
| MouseRelativeScaling
| NoSignalHandlers
| Orientations
| RenderDirect3d11Debug
| RenderDirect3dThreadsafe
| RenderDriver
| RenderOpenglShaders
| RenderScaleQuality
| RenderVsync
| RpiVideoLayer
| ThreadStackSize
| TimerResolution
| VideoAllowScreensaver
| VideoHighdpiDisabled
| VideoMacFullscreenSpaces
| VideoMinimizeOnFocusLoss
| VideoWinD3dcompiler
| VideoWindowSharePixelFormat
| VideoX11NetWmPing
| VideoX11Xinerama
| VideoX11Xrandr
| VideoX11Xvidmode
| WindowFrameUsableWhileCursorHidden
| WindowsDisableThreadNaming
| WindowsEnableMessageloop
| WindowsNoCloseOnAltF4
| WinrtHandleBackButton
| WinrtPrivacyPolicyLabel
| WinrtPrivacyPolicyUrl
| XinputEnabled
| XinputUseOldJoystickMapping
type priority = 
| Default
| Normal
| Override

api doc

val to_string : t -> string
val of_string : string -> t
val set : t -> string -> bool

api doc

val set_with_priority : t -> string -> priority -> bool

api doc