EventDropManager class
- Inheritance
-
- Object
- EventManager<
EventDrop> - EventDropManager
Constructors
Properties
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