Definition controls.hpp:11
touchPosition GetTouchPosition()
Gets the current position of the touch screen.
u32 GetKeysPressed()
Gets the keys that were just pressed.
Definition controls.hpp:21
void ScanInput()
Scans the current state of all input devices.
Definition controls.hpp:16
u32 GetKeysReleased()
Gets the keys that were just released.
Definition controls.hpp:31
circlePosition GetCirclePadPosition()
Gets the current position of the circle pad.
u32 GetKeysHeld()
Gets the keys that are currently being held.
Definition controls.hpp:26