|
My Project
|
#include "3ds/services/hid.h"Go to the source code of this file.
Macros | |
| #define | IRRST_SHAREDMEM_DEFAULT (0x1000A000) |
| #define | hidCstickRead irrstCstickRead |
Functions | |
| Result | irrstInit (u32 *sharedMem) |
| void | irrstExit () |
| void | irrstScanInput () |
| u32 | irrstKeysHeld () |
| void | irrstCstickRead (circlePosition *pos) |
| void | irrstWaitForEvent (bool nextEvent) |
| Result | IRRST_GetHandles (Handle *outMemHandle, Handle *outEventHandle) |
| Result | IRRST_Initialize (u32 unk1, u8 unk2) |
| Result | IRRST_Shutdown (void) |
Variables | |
| Handle | irrstMemHandle |
| vu32 * | irrstSharedMem |
| #define hidCstickRead irrstCstickRead |
| void irrstCstickRead | ( | circlePosition * | pos | ) |