Vuo  2.3.2
VuoWindowReference.h
Go to the documentation of this file.
1 
10 #pragma once
11 
20 #include "VuoInteger.h"
21 #include "VuoReal.h"
22 #include "VuoPoint2d.h"
23 #include "VuoScreen.h"
24 
28 typedef const struct VuoWindowReference_struct { void *l; } *VuoWindowReference;
29 
31 
34 
36 #define VuoWindowReference_REQUIRES_INTERPROCESS_JSON
38 
40 
43 void VuoWindowReference_getContentSize(const VuoWindowReference value, VuoInteger *width, VuoInteger *height, float *backingScaleFactor);
47 
49 
57