quasilyte / ebitengine-input

A Godot-inspired action input handling system for Ebitengine
MIT License
72 stars 8 forks source link

Add some missing keyboard keys. #1

Closed phalasz closed 1 year ago

phalasz commented 1 year ago

Adding some of the missing key definitions like the ones on the numpad keys.

quasilyte commented 1 year ago

I wonder if it's better to call numpad keys identically to ebiten. E.g. Numpad4 instead of Num4. I have no strong preference here though.

phalasz commented 1 year ago

Happy to make that change if you want. I'm not too fussed about how they are named.