JD557 / minart

A minimal Scala creative coding library targeting JVM/Javascript/Native
MIT License
52 stars 3 forks source link

Add more keys #446

Closed JD557 closed 11 months ago

JD557 commented 11 months ago

Adds more entries to the Key enum and a Key.baseChar to help a bit with handling text input.

This is still not ideal, as modifier keys need to be handled by the application (and taking the keyboard layout into account there can be a PITA) but it does help a bit with #444.