Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 515 Bytes

File metadata and controls

28 lines (19 loc) · 515 Bytes

Changelog

V1.4

  • Update usage of the gamepad API
  • Handle connection and disconnection events per gamepad
  • Support for deadzone filtering
  • Haptic feedback for gamepads

V1.3

  • Rewrite using typescript.
  • Support for touch input events.

V1.2

  • Published on NPM.
  • Added API documentation.
  • Support for double click detection on all mouse buttons.

V1.1

  • Support for Gamepad (Using the Gamepad API)
  • Moved all events to the window object
  • Added dispose method

V1.0

  • First release