Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@1j01 1j01 released this 17 Dec 21:03
· 1 commit to main since this release

Deprecated

  • TrackyMouse.cleanupDwellClicking() is deprecated in favor of calling dispose() on the object returned by TrackyMouse.initDwellClicking().

Changed

  • The Tracky Mouse UI no longer includes a stats.js performance monitor by default. You can still enable it by passing {statsJs: true} to TrackyMouse.init() and, if needed, also to TrackyMouse.loadDependencies().

Added

  • TrackyMouse.init() now returns an object with a dispose() method, which you can call to stop head tracking and remove the UI.
  • The object returned by TrackyMouse.initDwellClicking() now has a dispose() method as well, which you can use instead of TrackyMouse.cleanupDwellClicking().

Fixed

  • TrackyMouse.cleanupDwellClicking() now handles multiple dwell clickers, not that I know of any use case for that.