Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • devember-2015 devember-2015
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Terence Martin
  • devember-2015devember-2015
  • Issues
  • #13
Closed
Open
Issue created Dec 08, 2015 by Terence Martin@OdatNurdOwner

Bug in the event objects handled to keyboard and mouse events

TypeScript has different Event type objects depending on the type of event being handled. This means that the signature for the events in the Stage and Scene class are wrong; they use Event and not KeyboardEvent and MouseEvent (respectively).

This is not super critical because you can just change the signature when you override and everything works as expected, but it does get in the way of the IDE auto-generating overrides and such, and it makes the documentation wrong.

Assignee
Assign to
Time tracking