ev1313 / Pascal-SDL-2-Headers

These are the Pascal SDL 2 Headers.
Mozilla Public License 2.0
114 stars 48 forks source link

Correct value of SDLK_QUOTE constant #79

Closed olafkryus closed 3 years ago

olafkryus commented 3 years ago

The value of SDLK_QUOTE constant is incorrect and the same as SDLK_BACKSLASH, that's probably a result of escape characters being different between C and Pascal.