Skip to content

Releases: brianchirls/game-input

v0.1.1

22 Nov 20:06
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fix VirtualStick position
  • VirtualStick: account for position offset of pointer event target
  • domView: add offsetElement option and use bounding rectangle to match pointer position on screen
  • Set InputControl.device to be type Device instead of any
  • Fix CSS bug in examples page

Maintenance

  • Dependency upgrades
  • Remove old types before building bundle

v0.1.0

04 Aug 03:41
Compare
Choose a tag to compare

Breaking Changes

  • Keyboard option keyCode is true by default

Bug fixes and improvments

  • Miscellaneous type annotation fixes
  • Fix ButtonInputControl overwriting options set by InputControl
  • Keyboard device fires events when enabled and disabled
  • Fix key string case confusion in Keyboard device

Maintenance

  • improve README
    • fix import paths
    • include CDN instructions
    • fix live example URLs
  • minor dependency upgrades
  • Added lots of inline documentation

v0.0.3

01 Aug 13:56
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

First release that actually (mostly) works