SDL_windowsevents.c: define RI_MOUSE_HWHEEL if missing.

This commit is contained in:
Ozkan Sezer 2024-05-28 11:11:50 +03:00
parent ba1fdf24c9
commit 864df05b19
1 changed files with 3 additions and 0 deletions

View File

@ -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