Skip to content

Release 5.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 10:33
· 26 commits to master since this release

Changed default Window size from 800x600 to HD 720.

Added missing events to Document:

  • pointerdown (same as mousedown)
  • pointerup (same as mouseup)
  • pointermove (same as mousemove)

Added missing cursor API to Document:

  • doc.setPointerCapture()
  • doc.releasePointerCapture()