#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) |
| If we don't have this macro, we don't have any newer feature. | |
| #define | min(x, y) |
| #define min | ( | x, | |
| y ) |
Definition at line 47 of file vrpn_WiiMote.C.
Referenced by vrpn_Clipping_Analog_Server::setClipValues(), and vrpn_WiiMote::vrpn_WiiMote().
| #define WIIUSE_HAS_VERSION | ( | major, | |
| minor, | |||
| patch ) |
If we don't have this macro, we don't have any newer feature.
Definition at line 20 of file vrpn_WiiMote.C.