We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6dee4 commit 42e9fd7Copy full SHA for 42e9fd7
src_c/include/pgcompat.h
@@ -31,6 +31,10 @@ typedef uint8_t Uint8;
31
#define PG_GetTicks SDL_GetTicks
32
#endif /* SDL_VERSION_ATLEAST(2, 0, 18) */
33
34
+#ifndef SDL_MOUSEWHEEL_FLIPPED
35
+#define NO_SDL_MOUSEWHEEL_FLIPPED
36
+#endif
37
+
38
#endif /* defined(SDL_VERSION_ATLEAST) */
39
40
#endif /* ~defined(PGCOMPAT_H) */
0 commit comments