Go to the source code of this file.
|
| | VITASDK_BUILD_ASSERT_EQ (0x18, SceHidKeyboardReport) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x10, SceHidMouseReport) |
| |
| int | sceHidKeyboardEnumerate (int *handle, int count) |
| | Enumerate hid keyboards.
|
| |
| int | sceHidKeyboardRead (SceUInt32 handle, SceHidKeyboardReport *reports[], int nReports) |
| | Get hid keyboard reports (blocking).
|
| |
| int | sceHidKeyboardPeek (SceUInt32 handle, SceHidKeyboardReport *reports[], int nReports) |
| | Get hid keyboard reports (non-blocking).
|
| |
| int | sceHidMouseEnumerate (int *handle, int count) |
| | Enumerate hid mice.
|
| |
| int | sceHidMouseRead (SceUInt32 handle, SceHidMouseReport *reports[], int nReports) |
| | Get hid mouse reports.
|
| |