vrmodel

view src/inpclient.h @ 5:9e260c091f75

wrote some server code in the test input tool
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 15 Sep 2014 10:57:31 +0300
parents be91b72ce3f9
children
line source
1 #ifndef INPCLIENT_H_
2 #define INPCLIENT_H_
4 int netinp_start();
5 int netinp_stop();
7 int netinp_read(float *pos, unsigned int *bnmask);
8 int netinp_reset();
10 #endif // INPCLIENT_H_