Vuo 2.4.2
Loading...
Searching...
No Matches
VuoLeap.h
Go to the documentation of this file.
1
10#include "node.h"
11
12#ifdef __cplusplus
13extern "C"
14{
15#endif
16
17#include "VuoLeapFrame.h"
18
22typedef void * VuoLeap;
23
25(
26 VuoOutputTrigger(receivedFrame, VuoLeapFrame)
27);
29
30#ifdef __cplusplus
31}
32#endif