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