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