|
vrpn
07.33
Virtual Reality Peripheral Network
|
#include "vrpn_WiiMote.h"#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string>
Go to the source code of this file.
Macros | |
| #define | WIIUSE_HAS_VERSION(major, minor, patch) false |
| If we don't have this macro, we don't have any newer feature. More... | |
| #define | min(x, y) ((x)<(y)?(x):(y)) |
| #define min | ( | x, | |
| y | |||
| ) | ((x)<(y)?(x):(y)) |
Definition at line 47 of file vrpn_WiiMote.C.
| #define WIIUSE_HAS_VERSION | ( | major, | |
| minor, | |||
| patch | |||
| ) | false |
If we don't have this macro, we don't have any newer feature.
Definition at line 20 of file vrpn_WiiMote.C.