#include "WiimoteNunchuk.hpp"#include <queue>#include <iostream>


Go to the source code of this file.
Classes | |
| struct | kn::WiimoteIRDot |
| Structure to save information about IR dots detected by the wiimote. More... | |
| struct | kn::WiimoteIRPointer |
| Information about the cursor computed from IR dot detection. More... | |
| class | kn::Wiimote |
| Class for Wiimote control. More... | |
Namespaces | |
| namespace | kn |
Variables | |
| static const unsigned int | kn::EVENT_BUTTON_UP_UP = 0x4 |
| static const unsigned int | kn::EVENT_BUTTON_UP_DOWN = 0x8 |
| static const unsigned int | kn::EVENT_BUTTON_DOWN_UP = 0x10 |
| static const unsigned int | kn::EVENT_BUTTON_DOWN_DOWN = 0x20 |
| static const unsigned int | kn::EVENT_BUTTON_LEFT_UP = 0x40 |
| static const unsigned int | kn::EVENT_BUTTON_LEFT_DOWN = 0x80 |
| static const unsigned int | kn::EVENT_BUTTON_RIGHT_UP = 0x100 |
| static const unsigned int | kn::EVENT_BUTTON_RIGHT_DOWN = 0x200 |
| static const unsigned int | kn::EVENT_BUTTON_PLUS_UP = 0x400 |
| static const unsigned int | kn::EVENT_BUTTON_PLUS_DOWN = 0x800 |
| static const unsigned int | kn::EVENT_BUTTON_MINUS_UP = 0x1000 |
| static const unsigned int | kn::EVENT_BUTTON_MINUS_DOWN = 0x2000 |
| static const unsigned int | kn::EVENT_BUTTON_HOME_UP = 0x4000 |
| static const unsigned int | kn::EVENT_BUTTON_HOME_DOWN = 0x8000 |
| static const unsigned int | kn::EVENT_BUTTON_ONE_UP = 0x10000 |
| static const unsigned int | kn::EVENT_BUTTON_ONE_DOWN = 0x20000 |
| static const unsigned int | kn::EVENT_BUTTON_TWO_UP = 0x40000 |
| static const unsigned int | kn::EVENT_BUTTON_TWO_DOWN = 0x80000 |
| static const unsigned int | kn::EVENT_BUTTON_A_UP = 0x100000 |
| static const unsigned int | kn::EVENT_BUTTON_A_DOWN = 0x200000 |
| static const unsigned int | kn::EVENT_BUTTON_B_UP = 0x400000 |
| static const unsigned int | kn::EVENT_BUTTON_B_DOWN = 0x800000 |
| static const unsigned int | kn::ASPECT_16_9 = 0x0 |
| static const unsigned int | kn::ASPECT_4_3 = 0x1 |
| static const unsigned int | kn::IR_POSITION_ABOVE = 0x0 |
| static const unsigned int | kn::IR_POSITION_BELOW = 0x1 |
1.5.8