mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 18:59:15 +00:00
C.W. Betts Swift is very strict with types, so much that those of different signedness/size must be cast. Most of the defines are imported as 32-bit signed integers, while the corresponding field in a struct is a 32-bit unsigned integer. Appending a "u" would cause the defined types to be imported as 32-bit unsigned integers.
7.1 KiB
7.1 KiB