Releases: brianchirls/game-input
Releases · brianchirls/game-input
v0.1.1
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 typeDevice
instead ofany
- Fix CSS bug in examples page
Maintenance
- Dependency upgrades
- Remove old types before building bundle
v0.1.0
Breaking Changes
- Keyboard option
keyCode
is true by default
Bug fixes and improvments
- Miscellaneous type annotation fixes
- Fix
ButtonInputControl
overwriting options set byInputControl
- 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
First release that actually (mostly) works