Vuo  2.3.2
VuoDisplayRefresh.h
Go to the documentation of this file.
1 
10 #include "node.h"
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
17 #include <stdint.h>
18 
22 typedef void *VuoDisplayRefresh;
23 
26 (
28  void (*requestedFrameTrigger)(VuoReal),
29  void (*requestedFrameTriggerWithContext)(VuoReal, void *context)
30 );
32 
33 #ifdef __cplusplus
34 }
35 #endif