#include <3ds.h>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | xs |
| namespace | xs::hid |
| namespace | xs::hid::control |
Functions | |
| void | xs::hid::control::ScanInput () |
| Scans the current state of all input devices. | |
| u32 | xs::hid::control::GetKeysPressed () |
| Gets the keys that were just pressed. | |
| u32 | xs::hid::control::GetKeysHeld () |
| Gets the keys that are currently being held. | |
| u32 | xs::hid::control::GetKeysReleased () |
| Gets the keys that were just released. | |
| circlePosition | xs::hid::control::GetCirclePadPosition () |
| Gets the current position of the circle pad. | |
| touchPosition | xs::hid::control::GetTouchPosition () |
| Gets the current position of the touch screen. | |