Vuo  2.0.0
Protected Attributes | List of all members
VuoKeyboardContext Struct Reference

Description

Handle for starting and stopping event listeners.

Definition at line 36 of file VuoKeyboard.m.

Protected Attributes

id monitor
 The handle returned by NSEvent's method to start monitoring events, to be used to stop monitoring. More...
 
NSMutableString * wordInProgress
 For typing listeners, the latest partial word typed. More...
 
NSMutableString * lineInProgress
 For typing listeners, the latest partial line typed. More...
 
UInt32 deadKeyState
 For typing listeners, the latest dead keys typed, possibly as part of a multi-keystroke character. More...
 

Member Data Documentation

◆ deadKeyState

- (UInt32) deadKeyState
protected

For typing listeners, the latest dead keys typed, possibly as part of a multi-keystroke character.

Definition at line 42 of file VuoKeyboard.m.

◆ lineInProgress

- (NSMutableString*) lineInProgress
protected

For typing listeners, the latest partial line typed.

Definition at line 41 of file VuoKeyboard.m.

◆ monitor

- (id) monitor
protected

The handle returned by NSEvent's method to start monitoring events, to be used to stop monitoring.

Definition at line 38 of file VuoKeyboard.m.

◆ wordInProgress

- (NSMutableString*) wordInProgress
protected

For typing listeners, the latest partial word typed.

Definition at line 40 of file VuoKeyboard.m.


The documentation for this struct was generated from the following file: