XS Framework
A 3DS homebrew development framework.
 
Loading...
Searching...
No Matches
controls.hpp File Reference
#include <3ds.h>
#include <string>
Include dependency graph for controls.hpp:
This graph shows which files directly or indirectly include this file:

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.