mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-22 07:31:10 +00:00
Removed another missed SDL_ in sdl_mouse.odin
`sdl2.SDL_MouseWheelDirection` is now `sdl2.MouseWheelDirection`
This commit is contained in:
2
vendor/sdl2/sdl_mouse.odin
vendored
2
vendor/sdl2/sdl_mouse.odin
vendored
@@ -38,7 +38,7 @@ SystemCursor :: enum c.int {
|
||||
NUM_SYSTEM_CURSORS,
|
||||
}
|
||||
|
||||
SDL_MouseWheelDirection :: enum c.int {
|
||||
MouseWheelDirection :: enum c.int {
|
||||
NORMAL, /**< The scroll direction is normal */
|
||||
FLIPPED, /**< The scroll direction is flipped / natural */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user