Skip to content

Commit 4f60715

Browse files
committed
Update SDL_events.inc to match SDL 3.2.20
1 parent 587368b commit 4f60715

File tree

3 files changed

+117
-89
lines changed

3 files changed

+117
-89
lines changed

tests/type-sizes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ for TYPENAME in \
163163
SDL_QuitEvent \
164164
SDL_Rect \
165165
SDL_RendererLogicalPresentation \
166+
SDL_RenderEvent \
166167
SDL_ScaleMode \
167168
SDL_Scancode \
168169
SDL_SensorEvent \

units/SDL3.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ interface
109109
{$I SDL_pen.inc} // 3.1.6-prev
110110
{$I SDL_touch.inc} // 3.1.6-prev
111111
{$I SDL_camera.inc} // 3.1.6-prev
112-
{$I SDL_events.inc} // 3.1.6-prev
112+
{$I SDL_events.inc} // 3.2.20
113113
{$I SDL_init.inc} // 3.2.20
114114
{$I SDL_render.inc} // 3.1.6-prev
115115
{$I SDL_gpu.inc} // 3.2.0

0 commit comments

Comments
 (0)