Vuo 2.4.4
Loading...
Searching...
No Matches
VuoScreenCapture.h
Go to the documentation of this file.
1
10#include "VuoImage.h"
11#include "VuoRectangle.h"
12#include "VuoScreen.h"
13
17typedef void *VuoScreenCapture;
18
19VuoScreenCapture VuoScreenCapture_make(VuoScreen screen, VuoRectangle rectangle, void (*capturedImage)(VuoImage image));