EventManager<T> class

Implementers

Constructors

EventManager.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
list Map<Node, T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
getter/setter pair

Methods

addNode(Node node, T event) → void
callEventName(String eventName) Future
getCapture() Node?
getEvent(Node node) → T?
handleEvents(Pointer<SdlEvent> event) Future
isCapture(Node node) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCapture() → void
removeNode(Node node) → void
setCapture(Node node) → void
setTextInputPosition(Point<double> pos) → void
startTextInput() → void
stopTextInput() → void
toString() String
A string representation of this object.
inherited

Operators

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