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 587368b commit 4f60715Copy full SHA for 4f60715
tests/type-sizes.sh
@@ -163,6 +163,7 @@ for TYPENAME in \
163
SDL_QuitEvent \
164
SDL_Rect \
165
SDL_RendererLogicalPresentation \
166
+ SDL_RenderEvent \
167
SDL_ScaleMode \
168
SDL_Scancode \
169
SDL_SensorEvent \
units/SDL3.pas
@@ -109,7 +109,7 @@ interface
109
{$I SDL_pen.inc} // 3.1.6-prev
110
{$I SDL_touch.inc} // 3.1.6-prev
111
{$I SDL_camera.inc} // 3.1.6-prev
112
-{$I SDL_events.inc} // 3.1.6-prev
+{$I SDL_events.inc} // 3.2.20
113
{$I SDL_init.inc} // 3.2.20
114
{$I SDL_render.inc} // 3.1.6-prev
115
{$I SDL_gpu.inc} // 3.2.0
0 commit comments