#include "InputController.hpp"#include <wiiuse.h>#include <queue>


Go to the source code of this file.
Classes | |
| class | kn::Nunchuk |
| Structure to save motion's parameters. More... | |
Namespaces | |
| namespace | kn |
Variables | |
| static const unsigned int | kn::EVENT_NONE = 0x0 |
| No event. | |
| static const unsigned int | kn::EVENT_BUTTON_C_UP = 0x1 |
| State if button c of nunchuk have been released. | |
| static const unsigned int | kn::EVENT_BUTTON_C_DOWN = 0x2 |
| State if button c of nunchuk have been pressed. | |
| static const unsigned int | kn::EVENT_BUTTON_Z_UP = 0x4 |
| State if button z of nunchuk have been released. | |
| static const unsigned int | kn::EVENT_BUTTON_Z_DOWN = 0x8 |
| State if button z of nunchuk have been pressed. | |
1.5.8