Creates a new Mouse Handler
Clears the active mouse context
this
Gets the current position of the mouse
Vector2
Returns true if the given mouse button is down.
number - Default 0 for left click.
Sets the active mouse context
MouseContext
this
Generated using TypeDoc
Represents a global mouse. Will likely only create one per app.
You can bind/switch MouseContexts to the MouseHandler to change input 'modes'.