IRRST service.
More...
Go to the source code of this file.
|
Handle | irrstMemHandle |
| IRRST's shared memory handle.
|
|
vu32 * | irrstSharedMem |
| IRRST's shared memory.
|
|
Handle | irrstEvent |
| IRRST's state update event.
|
|
◆ IRRST_GetHandles()
Gets the shared memory and event handles for IRRST.
- Parameters
-
outMemHandle | Pointer to write the shared memory handle to. |
outEventHandle | Pointer to write the event handle to. |
◆ IRRST_Initialize()
Initializes IRRST.
- Parameters
-
unk1 | Unknown. |
unk2 | Unknown. |
◆ irrstCstickRead()
Reads the current c-stick position.
- Parameters
-
pos | Pointer to output the current c-stick position to. |
◆ irrstKeysHeld()
u32 irrstKeysHeld |
( |
void |
| ) |
|
Gets IRRST's held keys.
- Returns
- IRRST's held keys.
◆ irrstWaitForEvent()
void irrstWaitForEvent |
( |
bool |
nextEvent | ) |
|
Waits for the IRRST input event to trigger.
- Parameters
-
nextEvent | Whether to discard the current event and wait until the next event. |