Vuo 2.4.4
Loading...
Searching...
No Matches
VuoWindowReference.h
Go to the documentation of this file.
1
10#ifndef VuoWindowReference_h
11#define VuoWindowReference_h
12
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25#include "VuoInteger.h"
26#include "VuoReal.h"
27#include "VuoPoint2d.h"
28#include "VuoScreen.h"
29
33typedef const struct VuoWindowReference_struct { void *l; } *VuoWindowReference;
34
35#define VuoWindowReference_OVERRIDES_INTERPROCESS_SERIALIZATION
36
38
40struct json_object * VuoWindowReference_getJson(const VuoWindowReference value);
41struct json_object * VuoWindowReference_getInterprocessJson(const VuoWindowReference value);
43
46void VuoWindowReference_getContentSize(const VuoWindowReference value, VuoInteger *width, VuoInteger *height, float *backingScaleFactor);
50
52
59
64#ifdef __cplusplus
65}
66#endif
67
68#endif