We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52d5e20 + d09fcf9 commit 207e673Copy full SHA for 207e673
1 file changed
fakenect/fakenect.c
@@ -203,6 +203,11 @@ int freenect_process_events(freenect_context *ctx)
203
return 0;
204
}
205
206
+int freenect_process_events_timeout(freenect_context *ctx, struct timeval *timeout)
207
+{
208
+ return freenect_process_events(ctx);
209
+}
210
+
211
double freenect_get_tilt_degs(freenect_raw_tilt_state *state)
212
{
213
// NOTE: This is duped from tilt.c, this is the only function we need from there
0 commit comments