mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-05-09 19:22:07 +00:00
From libsdl 2.0.2 RC1 notes - Added a hint SDL_HINT_MOUSE_RELATIVE_MODE_WARP to specify whether mouse relative mode should be emulated using mouse warping.
This commit is contained in:
parent
8846dbcaa4
commit
a74f245fe6
|
@ -225,6 +225,8 @@ namespace SDL2
|
||||||
"SDL_VIDEO_HIGHDPI_DISABLED";
|
"SDL_VIDEO_HIGHDPI_DISABLED";
|
||||||
public const string SDL_HINT_RENDER_SCALE_QUALITY =
|
public const string SDL_HINT_RENDER_SCALE_QUALITY =
|
||||||
"SDL_HINT_RENDER_SCALE_QUALITY";
|
"SDL_HINT_RENDER_SCALE_QUALITY";
|
||||||
|
public const string SDL_HINT_MOUSE_RELATIVE_MODE_WARP =
|
||||||
|
"SDL_HINT_MOUSE_RELATIVE_MODE_WARP";
|
||||||
|
|
||||||
public enum SDL_HintPriority
|
public enum SDL_HintPriority
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue