PascalGameDevelopment / SDL2-for-Pascal

Unit files for building Free Pascal and Delphi applications using the SDL2 library
https://pascalgamedevelopment.github.io/SDL2-for-Pascal/
Mozilla Public License 2.0
103 stars 20 forks source link

Update sdlevents.inc #128

Closed flowCRANE closed 12 months ago

flowCRANE commented 12 months ago

Fixing bug with invalid size of the char array — the array should be 32-bytes wide but to this time was 33-bytes wide, causing invalid structure size and bad alignment of further fields. Please check this before merging.

Free-Pascal-meets-SDL-Website commented 12 months ago

Thanks!