Vuo  2.4.0
VuoOrientation.h
Go to the documentation of this file.
1
10#pragma once
11
13typedef const struct VuoList_VuoOrientation_struct { void *l; } * VuoList_VuoOrientation;
14#define VuoList_VuoOrientation_TYPE_DEFINED
16
30typedef enum
31{
32 VuoOrientation_Horizontal,
33 VuoOrientation_Vertical
35
40
41#define VuoOrientation_SUPPORTS_COMPARISON
42bool VuoOrientation_areEqual(const VuoOrientation valueA, const VuoOrientation valueB);
43bool VuoOrientation_isLessThan(const VuoOrientation valueA, const VuoOrientation valueB);
44
54