KeyboardEvent class

Constructors

KeyboardEvent({OnLogCallback? onLog})

Properties

hashCode int
The hash code for this object.
no setterinherited
nextListenerId int
getter/setter pair
onLog OnLogCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state KeyBoardState
getter/setter pair

Methods

cancelListening() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startListening(Listener listener) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String>
no setter
virtualKeyCode2StringMap Map<int, List<String>>?
Virturl-Key Map
getter/setter pair
virtualKeyString2CodeMap Map<String, int>?
Get Virturl-Key Map
getter/setter pair

Static Methods

init() Future<void>
isLeter(int vk) bool?
isNumber(int vk) bool?