EventDropManager class

Inheritance

Constructors

EventDropManager.new()

Properties

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

Methods

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

Operators

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