[c-host] initial stubs for pointer support

This commit is contained in:
Geoffrey McRae
2019-03-04 17:45:19 +11:00
parent 40a1b860bf
commit 496fd79714
4 changed files with 39 additions and 17 deletions

View File

@@ -288,10 +288,7 @@ int app_main()
}
app.reinit = false;
bool frameUpdate = false;
bool pointerUpdate = false;
switch(iface->capture(&frameUpdate, &pointerUpdate))
switch(iface->capture())
{
case CAPTURE_RESULT_OK:
break;