mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
SDL_windowsevents.c: define RI_MOUSE_HWHEEL if missing.
This commit is contained in:
@@ -74,6 +74,9 @@
|
||||
#ifndef WM_MOUSEHWHEEL
|
||||
#define WM_MOUSEHWHEEL 0x020E
|
||||
#endif
|
||||
#ifndef RI_MOUSE_HWHEEL
|
||||
#define RI_MOUSE_HWHEEL 0x0800
|
||||
#endif
|
||||
#ifndef WM_POINTERUPDATE
|
||||
#define WM_POINTERUPDATE 0x0245
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user