mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-22 10:41:07 +00:00
From libsdl 2.0.2 RC1 notes - The screensaver is now disabled by default, and there is a hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER that can change that behavior.
This commit is contained in:
parent
a74f245fe6
commit
60454e8878
|
@ -227,6 +227,8 @@ namespace SDL2
|
||||||
"SDL_HINT_RENDER_SCALE_QUALITY";
|
"SDL_HINT_RENDER_SCALE_QUALITY";
|
||||||
public const string SDL_HINT_MOUSE_RELATIVE_MODE_WARP =
|
public const string SDL_HINT_MOUSE_RELATIVE_MODE_WARP =
|
||||||
"SDL_HINT_MOUSE_RELATIVE_MODE_WARP";
|
"SDL_HINT_MOUSE_RELATIVE_MODE_WARP";
|
||||||
|
public const string SDL_HINT_VIDEO_ALLOW_SCREENSAVER =
|
||||||
|
"SDL_HINT_VIDEO_ALLOW_SCREENSAVER";
|
||||||
|
|
||||||
public enum SDL_HintPriority
|
public enum SDL_HintPriority
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue