bindbc.sdl.bind.sdlhints

Undocumented in source.

Members

Aliases

SDL_HintCallback
alias SDL_HintCallback = void function(void*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_AddHintCallback
alias pSDL_AddHintCallback = void function(const(char)* name, SDL_HintCallback callback, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_ClearHints
alias pSDL_ClearHints = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_DelHintCallback
alias pSDL_DelHintCallback = void function(const(char)* name, SDL_HintCallback callback, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetHint
alias pSDL_GetHint = const(char)* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetHintBoolean
alias pSDL_GetHintBoolean = SDL_bool function(const(char)* name, SDL_bool default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetHint
alias pSDL_SetHint = SDL_bool function(const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetHintWithPriority
alias pSDL_SetHintWithPriority = SDL_bool function(const(char)* name, const(char)* value, SDL_HintPriority priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_HintPriority
enum SDL_HintPriority
Undocumented in source.

Functions

SDL_AddHintCallback
void SDL_AddHintCallback(const(char)* name, SDL_HintCallback callback, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_ClearHints
void SDL_ClearHints()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_DelHintCallback
void SDL_DelHintCallback(const(char)* name, SDL_HintCallback callback, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetHint
const(char)* SDL_GetHint(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetHintBoolean
SDL_bool SDL_GetHintBoolean(const(char)* name, SDL_bool default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetHint
SDL_bool SDL_SetHint(const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetHintWithPriority
SDL_bool SDL_SetHintWithPriority(const(char)* name, const(char)* value, SDL_HintPriority priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SDL_HINT_ACCELEROMETER_AS_JOYSTICK
enum SDL_HINT_ACCELEROMETER_AS_JOYSTICK;
Undocumented in source.
SDL_HINT_ALLOW_TOPMOST
enum SDL_HINT_ALLOW_TOPMOST;
Undocumented in source.
SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION
enum SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION;
Undocumented in source.
SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION
enum SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION;
Undocumented in source.
SDL_HINT_ANDROID_BLOCK_ON_PAUSE
enum SDL_HINT_ANDROID_BLOCK_ON_PAUSE;
Undocumented in source.
SDL_HINT_ANDROID_BLOCK_ON_PAUSE_PAUSEAUDIO
enum SDL_HINT_ANDROID_BLOCK_ON_PAUSE_PAUSEAUDIO;
Undocumented in source.
SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH
enum SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH;
Undocumented in source.
SDL_HINT_ANDROID_TRAP_BACK_BUTTON
enum SDL_HINT_ANDROID_TRAP_BACK_BUTTON;
Undocumented in source.
SDL_HINT_APPLE_TV_CONTROLLER_UI_EVENTS
enum SDL_HINT_APPLE_TV_CONTROLLER_UI_EVENTS;
Undocumented in source.
SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION
enum SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION;
Undocumented in source.
SDL_HINT_AUDIO_CATEGORY
enum SDL_HINT_AUDIO_CATEGORY;
Undocumented in source.
SDL_HINT_AUDIO_DEVICE_APP_NAME
enum SDL_HINT_AUDIO_DEVICE_APP_NAME;
Undocumented in source.
SDL_HINT_AUDIO_DEVICE_STREAM_NAME
enum SDL_HINT_AUDIO_DEVICE_STREAM_NAME;
Undocumented in source.
SDL_HINT_AUDIO_RESAMPLING_MODE
enum SDL_HINT_AUDIO_RESAMPLING_MODE;
Undocumented in source.
SDL_HINT_AUTO_UPDATE_JOYSTICKS
enum SDL_HINT_AUTO_UPDATE_JOYSTICKS;
Undocumented in source.
SDL_HINT_AUTO_UPDATE_SENSORS
enum SDL_HINT_AUTO_UPDATE_SENSORS;
Undocumented in source.
SDL_HINT_BMP_SAVE_LEGACY_FORMAT
enum SDL_HINT_BMP_SAVE_LEGACY_FORMAT;
Undocumented in source.
SDL_HINT_DISPLAY_USABLE_BOUNDS
enum SDL_HINT_DISPLAY_USABLE_BOUNDS;
Undocumented in source.
SDL_HINT_EMSCRIPTEN_ASYNCIFY
enum SDL_HINT_EMSCRIPTEN_ASYNCIFY;
Undocumented in source.
SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT
enum SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT;
Undocumented in source.
SDL_HINT_ENABLE_STEAM_CONTROLLERS
enum SDL_HINT_ENABLE_STEAM_CONTROLLERS;
Undocumented in source.
SDL_HINT_EVENT_LOGGING
enum SDL_HINT_EVENT_LOGGING;
Undocumented in source.
SDL_HINT_FRAMEBUFFER_ACCELERATION
enum SDL_HINT_FRAMEBUFFER_ACCELERATION;
Undocumented in source.
SDL_HINT_GAMECONTROLLERCONFIG
enum SDL_HINT_GAMECONTROLLERCONFIG;
Undocumented in source.
SDL_HINT_GAMECONTROLLERCONFIG_FILE
enum SDL_HINT_GAMECONTROLLERCONFIG_FILE;
Undocumented in source.
SDL_HINT_GAMECONTROLLERTYPE
enum SDL_HINT_GAMECONTROLLERTYPE;
Undocumented in source.
SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES
enum SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES;
Undocumented in source.
SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT
enum SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT;
Undocumented in source.
SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS
enum SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS;
Undocumented in source.
SDL_HINT_GRAB_KEYBOARD
enum SDL_HINT_GRAB_KEYBOARD;
Undocumented in source.
SDL_HINT_IDLE_TIMER_DISABLED
enum SDL_HINT_IDLE_TIMER_DISABLED;
Undocumented in source.
SDL_HINT_IME_INTERNAL_EDITING
enum SDL_HINT_IME_INTERNAL_EDITING;
Undocumented in source.
SDL_HINT_IOS_HIDE_HOME_INDICATOR
enum SDL_HINT_IOS_HIDE_HOME_INDICATOR;
Undocumented in source.
SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS
enum SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS;
Undocumented in source.
SDL_HINT_JOYSTICK_HIDAPI
enum SDL_HINT_JOYSTICK_HIDAPI;
Undocumented in source.
SDL_HINT_JOYSTICK_HIDAPI_CORRELATE_XINPUT
enum SDL_HINT_JOYSTICK_HIDAPI_CORRELATE_XINPUT;
Undocumented in source.
SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE
enum SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE;
Undocumented in source.
SDL_HINT_JOYSTICK_HIDAPI_PS4
enum SDL_HINT_JOYSTICK_HIDAPI_PS4;
Undocumented in source.
SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE
enum SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE;
Undocumented in source.
SDL_HINT_JOYSTICK_HIDAPI_PS5
enum SDL_HINT_JOYSTICK_HIDAPI_PS5;
Undocumented in source.
SDL_HINT_JOYSTICK_HIDAPI_STEAM
enum SDL_HINT_JOYSTICK_HIDAPI_STEAM;
Undocumented in source.
SDL_HINT_JOYSTICK_HIDAPI_SWITCH
enum SDL_HINT_JOYSTICK_HIDAPI_SWITCH;
Undocumented in source.
SDL_HINT_JOYSTICK_HIDAPI_XBOX
enum SDL_HINT_JOYSTICK_HIDAPI_XBOX;
Undocumented in source.
SDL_HINT_JOYSTICK_RAWINPUT
enum SDL_HINT_JOYSTICK_RAWINPUT;
Undocumented in source.
SDL_HINT_JOYSTICK_THREAD
enum SDL_HINT_JOYSTICK_THREAD;
Undocumented in source.
SDL_HINT_LINUX_JOYSTICK_DEADZONES
enum SDL_HINT_LINUX_JOYSTICK_DEADZONES;
Undocumented in source.
SDL_HINT_MAC_BACKGROUND_APP
enum SDL_HINT_MAC_BACKGROUND_APP;
Undocumented in source.
SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK
enum SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK;
Undocumented in source.
SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS
enum SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS;
Undocumented in source.
SDL_HINT_MOUSE_DOUBLE_CLICK_TIME
enum SDL_HINT_MOUSE_DOUBLE_CLICK_TIME;
Undocumented in source.
SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH
enum SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH;
Undocumented in source.
SDL_HINT_MOUSE_NORMAL_SPEED_SCALE
enum SDL_HINT_MOUSE_NORMAL_SPEED_SCALE;
Undocumented in source.
SDL_HINT_MOUSE_RELATIVE_MODE_WARP
enum SDL_HINT_MOUSE_RELATIVE_MODE_WARP;
Undocumented in source.
SDL_HINT_MOUSE_RELATIVE_SCALING
enum SDL_HINT_MOUSE_RELATIVE_SCALING;
Undocumented in source.
SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE
enum SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE;
Undocumented in source.
SDL_HINT_MOUSE_TOUCH_EVENTS
enum SDL_HINT_MOUSE_TOUCH_EVENTS;
Undocumented in source.
SDL_HINT_NO_SIGNAL_HANDLERS
enum SDL_HINT_NO_SIGNAL_HANDLERS;
Undocumented in source.
SDL_HINT_OPENGL_ES_DRIVER
enum SDL_HINT_OPENGL_ES_DRIVER;
Undocumented in source.
SDL_HINT_ORIENTATIONS
enum SDL_HINT_ORIENTATIONS;
Undocumented in source.
SDL_HINT_PREFERRED_LOCALES
enum SDL_HINT_PREFERRED_LOCALES;
Undocumented in source.
SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION
enum SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION;
Undocumented in source.
SDL_HINT_QTWAYLAND_WINDOW_FLAGS
enum SDL_HINT_QTWAYLAND_WINDOW_FLAGS;
Undocumented in source.
SDL_HINT_RENDER_BATCHING
enum SDL_HINT_RENDER_BATCHING;
Undocumented in source.
SDL_HINT_RENDER_DIRECT3D11_DEBUG
enum SDL_HINT_RENDER_DIRECT3D11_DEBUG;
Undocumented in source.
SDL_HINT_RENDER_DIRECT3D11_DEBUG
enum SDL_HINT_RENDER_DIRECT3D11_DEBUG;
Undocumented in source.
SDL_HINT_RENDER_DIRECT3D_THREADSAFE
enum SDL_HINT_RENDER_DIRECT3D_THREADSAFE;
Undocumented in source.
SDL_HINT_RENDER_DRIVER
enum SDL_HINT_RENDER_DRIVER;
Undocumented in source.
SDL_HINT_RENDER_LOGICAL_SIZE_MODE
enum SDL_HINT_RENDER_LOGICAL_SIZE_MODE;
Undocumented in source.
SDL_HINT_RENDER_OPENGL_SHADERS
enum SDL_HINT_RENDER_OPENGL_SHADERS;
Undocumented in source.
SDL_HINT_RENDER_SCALE_QUALITY
enum SDL_HINT_RENDER_SCALE_QUALITY;
Undocumented in source.
SDL_HINT_RENDER_VSYNC
enum SDL_HINT_RENDER_VSYNC;
Undocumented in source.
SDL_HINT_RETURN_KEY_HIDES_IME
enum SDL_HINT_RETURN_KEY_HIDES_IME;
Undocumented in source.
SDL_HINT_RPI_VIDEO_LAYER
enum SDL_HINT_RPI_VIDEO_LAYER;
Undocumented in source.
SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL
enum SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL;
Undocumented in source.
SDL_HINT_THREAD_PRIORITY_POLICY
enum SDL_HINT_THREAD_PRIORITY_POLICY;
Undocumented in source.
SDL_HINT_THREAD_STACK_SIZE
enum SDL_HINT_THREAD_STACK_SIZE;
Undocumented in source.
SDL_HINT_TIMER_RESOLUTION
enum SDL_HINT_TIMER_RESOLUTION;
Undocumented in source.
SDL_HINT_TOUCH_MOUSE_EVENTS
enum SDL_HINT_TOUCH_MOUSE_EVENTS;
Undocumented in source.
SDL_HINT_TV_REMOTE_AS_JOYSTICK
enum SDL_HINT_TV_REMOTE_AS_JOYSTICK;
Undocumented in source.
SDL_HINT_VIDEO_ALLOW_SCREENSAVER
enum SDL_HINT_VIDEO_ALLOW_SCREENSAVER;
Undocumented in source.
SDL_HINT_VIDEO_DOUBLE_BUFFER
enum SDL_HINT_VIDEO_DOUBLE_BUFFER;
Undocumented in source.
SDL_HINT_VIDEO_EXTERNAL_CONTEXT
enum SDL_HINT_VIDEO_EXTERNAL_CONTEXT;
Undocumented in source.
SDL_HINT_VIDEO_HIGHDPI_DISABLED
enum SDL_HINT_VIDEO_HIGHDPI_DISABLED;
Undocumented in source.
SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES
enum SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES;
Undocumented in source.
SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS
enum SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS;
Undocumented in source.
SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT
enum SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT;
Undocumented in source.
SDL_HINT_VIDEO_WIN_D3DCOMPILER
enum SDL_HINT_VIDEO_WIN_D3DCOMPILER;
Undocumented in source.
SDL_HINT_VIDEO_X11_FORCE_EGL
enum SDL_HINT_VIDEO_X11_FORCE_EGL;
Undocumented in source.
SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR
enum SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR;
Undocumented in source.
SDL_HINT_VIDEO_X11_NET_WM_PING
enum SDL_HINT_VIDEO_X11_NET_WM_PING;
Undocumented in source.
SDL_HINT_VIDEO_X11_WINDOW_VISUALID
enum SDL_HINT_VIDEO_X11_WINDOW_VISUALID;
Undocumented in source.
SDL_HINT_VIDEO_X11_XINERAMA
enum SDL_HINT_VIDEO_X11_XINERAMA;
Undocumented in source.
SDL_HINT_VIDEO_X11_XRANDR
enum SDL_HINT_VIDEO_X11_XRANDR;
Undocumented in source.
SDL_HINT_VIDEO_X11_XVIDMODE
enum SDL_HINT_VIDEO_X11_XVIDMODE;
Undocumented in source.
SDL_HINT_WAVE_FACT_CHUNK
enum SDL_HINT_WAVE_FACT_CHUNK;
Undocumented in source.
SDL_HINT_WAVE_RIFF_CHUNK_SIZE
enum SDL_HINT_WAVE_RIFF_CHUNK_SIZE;
Undocumented in source.
SDL_HINT_WAVE_TRUNCATION
enum SDL_HINT_WAVE_TRUNCATION;
Undocumented in source.
SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING
enum SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING;
Undocumented in source.
SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP
enum SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP;
Undocumented in source.
SDL_HINT_WINDOWS_INTRESOURCE_ICON
enum SDL_HINT_WINDOWS_INTRESOURCE_ICON;
Undocumented in source.
SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL
enum SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL;
Undocumented in source.
SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4
enum SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4;
Undocumented in source.
SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN
enum SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN;
Undocumented in source.
SDL_HINT_WINRT_HANDLE_BACK_BUTTON
enum SDL_HINT_WINRT_HANDLE_BACK_BUTTON;
Undocumented in source.
SDL_HINT_WINRT_HANDLE_BACK_BUTTON
enum SDL_HINT_WINRT_HANDLE_BACK_BUTTON;
Undocumented in source.
SDL_HINT_WINRT_PRIVACY_POLICY_LABEL
enum SDL_HINT_WINRT_PRIVACY_POLICY_LABEL;
Undocumented in source.
SDL_HINT_WINRT_PRIVACY_POLICY_LABEL
enum SDL_HINT_WINRT_PRIVACY_POLICY_LABEL;
Undocumented in source.
SDL_HINT_WINRT_PRIVACY_POLICY_URL
enum SDL_HINT_WINRT_PRIVACY_POLICY_URL;
Undocumented in source.
SDL_HINT_WINRT_PRIVACY_POLICY_URL
enum SDL_HINT_WINRT_PRIVACY_POLICY_URL;
Undocumented in source.
SDL_HINT_XINPUT_ENABLED
enum SDL_HINT_XINPUT_ENABLED;
Undocumented in source.
SDL_HINT_XINPUT_USE_OLD_JOYSTICK_MAPPING
enum SDL_HINT_XINPUT_USE_OLD_JOYSTICK_MAPPING;
Undocumented in source.

Static variables

SDL_AddHintCallback
pSDL_AddHintCallback SDL_AddHintCallback;
Undocumented in source.
SDL_ClearHints
pSDL_ClearHints SDL_ClearHints;
Undocumented in source.
SDL_DelHintCallback
pSDL_DelHintCallback SDL_DelHintCallback;
Undocumented in source.
SDL_GetHint
pSDL_GetHint SDL_GetHint;
Undocumented in source.
SDL_GetHintBoolean
pSDL_GetHintBoolean SDL_GetHintBoolean;
Undocumented in source.
SDL_SetHint
pSDL_SetHint SDL_SetHint;
Undocumented in source.
SDL_SetHintWithPriority
pSDL_SetHintWithPriority SDL_SetHintWithPriority;
Undocumented in source.

Meta