Typo fix (thanks @bplu4t2f!)

pull/126/head
Ethan Lee 2017-12-16 12:35:32 -05:00
parent 64e2a93d55
commit ed4838b75d
1 changed files with 1 additions and 1 deletions

View File

@ -3518,7 +3518,7 @@ namespace SDL2
/* Only available in 2.0.4 or higher */
public enum SDL_MouseWheelDirection : uint
{
SDL_MOUSEHWEEL_NORMAL,
SDL_MOUSEWHEEL_NORMAL,
SDL_MOUSEWHEEL_FLIPPED
}