Skip to content

Commit 4df9dcf

Browse files
Merge pull request #53 from suve/update-sdlgamecontroller-to-2.0.22
Update sdlgamecontroller.inc to 2.0.22
2 parents 3157076 + bd1b291 commit 4df9dcf

2 files changed

Lines changed: 303 additions & 25 deletions

File tree

units/sdl2.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ interface
180180
{$I sdlkeyboard.inc}
181181
{$I sdlmouse.inc}
182182
{$I sdljoystick.inc}
183-
{$I sdlgamecontroller.inc}
183+
{$I sdlsensor.inc}
184+
{$I sdlgamecontroller.inc} // 2.0.22
184185
{$I sdlhaptic.inc}
185186
{$I sdltouch.inc}
186187
{$I sdlgesture.inc}
187-
{$I sdlsensor.inc}
188188
{$I sdlsyswm.inc}
189189
{$I sdlevents.inc}
190190
{$I sdllocale.inc} // 2.0.14

0 commit comments

Comments
 (0)