![]() |
vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Functions | |
| int | sceCtrlSetSamplingMode (SceCtrlPadInputMode mode) |
| Set the controller mode. | |
| int | sceCtrlSetSamplingModeExt (SceCtrlPadInputMode mode) |
| Set the controller extend mode. | |
| int | sceCtrlGetSamplingMode (SceCtrlPadInputMode *pMode) |
| Get the current controller mode. | |
| int | sceCtrlPeekBufferPositive (int port, SceCtrlData *pad_data, int count) |
| Get the controller state information (polling, positive logic). | |
| int | sceCtrlPeekBufferPositive2 (int port, SceCtrlData *pad_data, int count) |
| Get the wireless controller state information (polling, positive logic). | |
| int | sceCtrlPeekBufferPositiveExt (int port, SceCtrlData *pad_data, int count) |
| Get the controller state information (polling, positive logic). | |
| int | sceCtrlPeekBufferPositiveExt2 (int port, SceCtrlData *pad_data, int count) |
| Get the wireless controller state information (polling, positive logic). | |
| int | sceCtrlPeekBufferNegative (int port, SceCtrlData *pad_data, int count) |
| Get the controller state information (polling, negative logic). | |
| int | sceCtrlPeekBufferNegative2 (int port, SceCtrlData *pad_data, int count) |
| Get the wireless controller state information (polling, negative logic). | |
| int | sceCtrlReadBufferPositive (int port, SceCtrlData *pad_data, int count) |
| Get the controller state information (blocking, positive logic). | |
| int | sceCtrlReadBufferPositive2 (int port, SceCtrlData *pad_data, int count) |
| Get the wireless controller state information (blocking, positive logic). | |
| int | sceCtrlReadBufferPositiveExt (int port, SceCtrlData *pad_data, int count) |
| Get the controller extended state information (blocking, positive logic). | |
| int | sceCtrlReadBufferPositiveExt2 (int port, SceCtrlData *pad_data, int count) |
| Get the wireless controller extended state information (blocking, positive logic). | |
| int | sceCtrlReadBufferNegative (int port, SceCtrlData *pad_data, int count) |
| Get the controller state information (blocking, negative logic). | |
| int | sceCtrlReadBufferNegative2 (int port, SceCtrlData *pad_data, int count) |
| Get the wireless controller state information (blocking, negative logic). | |
| int | sceCtrlSetRapidFire (int port, int idx, const SceCtrlRapidFireRule *pRule) |
| Set rules for button rapid fire. | |
| int | sceCtrlClearRapidFire (int port, int idx) |
| Clear rules for button rapid fire. | |
| int | sceCtrlSetActuator (int port, const SceCtrlActuator *pState) |
| Control the actuator (vibrate) on paired controllers. | |
| int | sceCtrlSetLightBar (int port, SceUInt8 r, SceUInt8 g, SceUInt8 b) |
| Control the light bar on paired controllers. | |
| int | sceCtrlGetControllerPortInfo (SceCtrlPortInfo *info) |
| Get controller port information. | |
| int | sceCtrlGetBatteryInfo (int port, SceUInt8 *batt) |
| Get controller battery information. | |
| int | sceCtrlSetButtonIntercept (int intercept) |
| Sets intercept. | |
| int | sceCtrlGetButtonIntercept (int *intercept) |
| Gets intercept. | |
| int | sceCtrlIsMultiControllerSupported (void) |
| Check if multi controller is supported. | |