gdx-dragome icon indicating copy to clipboard operation
gdx-dragome copied to clipboard

Input implementation

Open czyzby opened this issue 8 years ago • 1 comments

  • [x] Mapping of JS key codes to LibGDX key codes. Use IntIntMap instead of a huge switch like in GWT.
  • [ ] Mouse events support.
  • [x] Touch events support.
  • [x] Keyboard events support.
  • [x] Meaningful warnings when using not implemented features.

czyzby avatar Mar 05 '16 15:03 czyzby

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

czyzby avatar Apr 20 '16 13:04 czyzby