Vuo  2.0.2
VuoWindowReference.h
Go to the documentation of this file.
1 
10 #pragma once
11 
20 #include "VuoInteger.h"
21 #include "VuoReal.h"
22 
26 typedef const struct VuoWindowReference_struct { void *l; } *VuoWindowReference;
27 
29 
32 
34 #define VuoWindowReference_REQUIRES_INTERPROCESS_JSON
36 
38 
40 void VuoWindowReference_getContentSize(const VuoWindowReference value, VuoInteger *width, VuoInteger *height, float *backingScaleFactor);
43 
45 
53