Vuo  2.3.2
Properties | List of all members
VuoGraphicsView() Category Reference

Description

Private VuoGraphicsView data.

Definition at line 27 of file VuoGraphicsView.m.

Properties

NSImage * circleImage
 The touch-circle mouse cursor. More...
 
NSRect circleRect
 The bounding box of circleImage. More...
 
NSMutableSet * touchTriggers
 Callbacks to invoke when touch events are received. More...
 
NSMutableSet * zoomedTriggers
 Callbacks to invoke when touch events are received. More...
 
NSMutableSet * swipedLeftTriggers
 Callbacks to invoke when touch events are received. More...
 
NSMutableSet * swipedRightTriggers
 Callbacks to invoke when touch events are received. More...
 

Property Documentation

◆ circleImage

- (NSImage*) circleImage
readwriteatomicretain

The touch-circle mouse cursor.

Definition at line 28 of file VuoGraphicsView.m.

◆ circleRect

- (NSRect) circleRect
readwriteatomic

The bounding box of circleImage.

Definition at line 29 of file VuoGraphicsView.m.

◆ swipedLeftTriggers

- (NSMutableSet*) swipedLeftTriggers
readwriteatomic

Callbacks to invoke when touch events are received.

Definition at line 33 of file VuoGraphicsView.m.

◆ swipedRightTriggers

- (NSMutableSet*) swipedRightTriggers
readwriteatomic

Callbacks to invoke when touch events are received.

Definition at line 34 of file VuoGraphicsView.m.

◆ touchTriggers

- (NSMutableSet*) touchTriggers
readwriteatomic

Callbacks to invoke when touch events are received.

Definition at line 31 of file VuoGraphicsView.m.

◆ zoomedTriggers

- (NSMutableSet*) zoomedTriggers
readwriteatomic

Callbacks to invoke when touch events are received.

Definition at line 32 of file VuoGraphicsView.m.


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