mirror of https://github.com/libsdl-org/SDL.git
SDL_windowsevents.c: define RI_MOUSE_HWHEEL if missing.
This commit is contained in:
parent
ba1fdf24c9
commit
864df05b19
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue