Vuo  2.3.2
VuoMouseButton.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoMouseButton_struct { void *l; } * VuoList_VuoMouseButton;
14 #define VuoList_VuoMouseButton_TYPE_DEFINED
16 
28 typedef enum {
29  VuoMouseButton_Left,
30  VuoMouseButton_Middle,
31  VuoMouseButton_Right,
32  VuoMouseButton_Any
34 
38 char * VuoMouseButton_getSummary(const VuoMouseButton value);
39 
41 
47