mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-22 12:40:11 +00:00
[c-host] initial stubs for pointer support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user