vrpn 07.35
Virtual Reality Peripheral Network
|
Classes | |
struct | input_event |
Functions | |
int | vrpn_open_event (const char *file) |
void | vrpn_close_event (const int fd) |
int | vrpn_read_event (int fd, input_event *data, int max_elements) |
void vrpn_Event::vrpn_close_event | ( | const int | fd | ) |
Definition at line 51 of file vrpn_Event.C.
Referenced by vrpn_Event_Analog::~vrpn_Event_Analog().
int vrpn_Event::vrpn_open_event | ( | const char * | file | ) |
Definition at line 33 of file vrpn_Event.C.
Referenced by vrpn_Event_Analog::vrpn_Event_Analog().
int vrpn_Event::vrpn_read_event | ( | int | fd, |
input_event * | data, | ||
int | max_elements ) |
if defined(LINUX)
Definition at line 68 of file vrpn_Event.C.
Referenced by vrpn_Event_Analog::read_available_data().