Mouse class

HTML mouse handling

Constructors

Mouse(dynamic elem)

Properties

currentX int
getter/setter pair
currentY int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
moveDeltaX int
getter/setter pair
moveDeltaY int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wheelDeltaY int
getter/setter pair

Methods

AfterFrameCleanup() → void
currentlyPressedButton(int key) bool
justPressedButton(int key) bool
justReleasedButton(int key) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

LEFT → const int
MIDDLE → const int