EventKeyboard class
- Inheritance
-
- Object
- Event<
EventKeyboardManager> - EventKeyboard
Constructors
Properties
Methods
-
call(
String name, EventKeyboardManager manager, Node node) → Future< bool> -
inherited
-
getFunction(
String name) → Future< bool> Function(EventKeyboardManager, Node)? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setKeyDown(
Future< bool> function(EventKeyboardManager, Node)) → void -
setKeyUp(
Future< bool> function(EventKeyboardManager, Node)) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited