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 6e24c38 commit 4622f42Copy full SHA for 4622f42
src_c/_pygame.h
@@ -308,8 +308,10 @@ typedef enum {
308
PGPOST_CONTROLLERTOUCHPADMOTION,
309
PGPOST_CONTROLLERTOUCHPADUP,
310
PGPOST_CONTROLLERSENSORUPDATE,
311
+#if !SDL_VERSION_ATLEAST(3, 0, 0)
312
PGPOST_DOLLARGESTURE,
313
PGPOST_DOLLARRECORD,
314
+#endif
315
PGPOST_DROPFILE,
316
PGPOST_DROPTEXT,
317
PGPOST_DROPBEGIN,
@@ -334,7 +336,9 @@ typedef enum {
334
336
PGPOST_MOUSEBUTTONDOWN,
335
337
PGPOST_MOUSEBUTTONUP,
338
PGPOST_MOUSEWHEEL,
339
340
PGPOST_MULTIGESTURE,
341
342
PGPOST_NOEVENT,
343
PGPOST_QUIT,
344
PGPOST_RENDER_TARGETS_RESET,
0 commit comments