Vuo  0.6.1
 All Classes 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.
 
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.

- (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: