Vuo  0.9.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Protected Attributes | List of all members
VuoKeyboardContext Struct Reference

Description

Handle for starting and stopping event listeners.

Protected Attributes

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

Member Data Documentation

- (UInt32) deadKeyState
protected

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

- (NSMutableString*) lineInProgress
protected

For typing listeners, the latest partial line typed.

- (id) monitor
protected

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

- (NSMutableString*) wordInProgress
protected

For typing listeners, the latest partial word typed.


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