NvdaControllerApi class

Safe bindings to the Windows NVDA screen reader controller, allowing text to be spoken and a few other operations

Constructors

NvdaControllerApi(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
NvdaControllerApi.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

Properties

hashCode int
The hash code for this object.
no setterinherited
nvdaController_NvdaController_v1_0_c_ifspec RPC_IF_HANDLE
getter/setter pair
nvdaController_NvdaController_v1_0_s_ifspec RPC_IF_HANDLE
getter/setter pair
NvdaController_v1_0_c_ifspec RPC_IF_HANDLE
getter/setter pair
nvdaControllerBindingHandle handle_t
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
nvdaController_brailleMessage(Pointer<wchar_t> message) int
nvdaController_cancelSpeech() int
nvdaController_speakText(Pointer<wchar_t> text) int
nvdaController_testIfRunning() int
toString() String
A string representation of this object.
inherited

Operators

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