2.0.6 Windows-only hints

pull/119/head
Ethan Lee 2017-09-07 10:41:04 -04:00
parent b9939c43e3
commit 0da7c81d81
1 changed files with 4 additions and 0 deletions

View File

@ -309,6 +309,10 @@ namespace SDL2
"SDL_MOUSE_RELATIVE_SPEED_SCALE";
public const string SDL_HINT_TOUCH_MOUSE_EVENTS =
"SDL_TOUCH_MOUSE_EVENTS";
public const string SDL_HINT_WINDOWS_INTRESOURCE_ICON =
"SDL_WINDOWS_INTRESOURCE_ICON";
public const string SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL =
"SDL_WINDOWS_INTRESOURCE_ICON_SMALL";
public enum SDL_HintPriority
{