Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Protected Attributes | List of all members
VuoMouseContext 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.
 
id monitor2
 Like monitor, but listens for control-leftclicks (when needed).
 
dispatch_queue_t clickQueue
 Synchronizes handling of click events.
 
dispatch_group_t clickGroup
 Synchronizes handling of click events.
 
int pendingClickCount
 The number of clicks so far in the in-progress series of clicks, or 0 if none in progress.
 

Member Data Documentation

- (dispatch_group_t) clickGroup
protected

Synchronizes handling of click events.

- (dispatch_queue_t) clickQueue
protected

Synchronizes handling of click events.

- (id) monitor
protected

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

- (id) monitor2
protected

Like monitor, but listens for control-leftclicks (when needed).

- (int) pendingClickCount
protected

The number of clicks so far in the in-progress series of clicks, or 0 if none in progress.


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