iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

add missing scancodes to key map #282

Open MuffinTastic opened 3 years ago

MuffinTastic commented 3 years ago

I'm not really sure why this remapping of scancodes to keys is a thing to begin with. I looked through the commit history and it seems the game used to use scancodes. Wouldn't it be better to use scancodes directly and expose some SDL functions that take care of some stuff for us in the scripting API?