gdx-dragome
gdx-dragome copied to clipboard
Input implementation
- [x] Mapping of JS key codes to LibGDX key codes. Use
IntIntMap
instead of a huge switch like inGWT
. - [ ] Mouse events support.
- [x] Touch events support.
- [x] Keyboard events support.
- [x] Meaningful warnings when using not implemented features.
Mouse and touch events need implementation of getting relative X and Y. https://github.com/dragome/dragome-sdk/issues/98
Touch events lack appropriate Dragome API. https://github.com/dragome/dragome-sdk/issues/99