ev1313 / Pascal-SDL-2-Headers

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

Another Typo in sdlscancodes.inc #8

Closed g00r00 closed 10 years ago

g00r00 commented 10 years ago

I believe SDLK_BACKSLASH = '\' should be SDLD_BACKSLASH = '\' as Pascal does not require that to be escaped in the natural text. The way it is now causes issues in Case statements because it cannot be typecasted to a number.

g00r00 commented 10 years ago

Just to note the actual code has two backslashes. It doesnt seem to show up correctly in the bug tracker. It should be one. Thanks for your efforts!

ev1313 commented 10 years ago

Oh, fixed already a long time ago, forgot closing this ;)