KeyboardInvokerPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- KeyboardInvokerPlatform
- Implementers
Constructors
- KeyboardInvokerPlatform.new()
- Constructs a KeyboardInvokerPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkNumLockState(
) → Future< bool> -
holdKey(
KeyRecording keyCode) → Future< void> -
installXdoTool(
) → Future< bool> -
invokeKey(
KeyRecording keyCode) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
releaseKey(
KeyRecording keyCode) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
validateMacOsPermissions(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ KeyboardInvokerPlatform
-
The default instance of KeyboardInvokerPlatform to use.
getter/setter pair