mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 22:25:00 -07:00
Removed another missed SDL_ in sdl_mouse.odin
`sdl2.SDL_MouseWheelDirection` is now `sdl2.MouseWheelDirection`
This commit is contained in:
Vendored
+1
-1
@@ -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