Go to the source code of this file.
|
| | VITASDK_BUILD_ASSERT_EQ (0x30, SceTouchPanelInfo) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x10, SceTouchReport) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x90, SceTouchData) |
| |
| int | sceTouchGetPanelInfo (SceUInt32 port, SceTouchPanelInfo *pPanelInfo) |
| | Get Touch Panel information.
|
| |
| int | sceTouchRead (SceUInt32 port, SceTouchData *pData, SceUInt32 nBufs) |
| | Get touch data (Blocking)
|
| |
| int | sceTouchPeek (SceUInt32 port, SceTouchData *pData, SceUInt32 nBufs) |
| | Get touch data (Polling)
|
| |
| int | sceTouchSetSamplingState (SceUInt32 port, SceTouchSamplingState state) |
| | Set sampling state of touch panel.
|
| |
| int | sceTouchGetSamplingState (SceUInt32 port, SceTouchSamplingState *pState) |
| | Get sampling state of touch panel.
|
| |
| int | sceTouchEnableTouchForce (SceUInt32 port) |
| | Enable touch force output.
|
| |
| int | sceTouchDisableTouchForce (SceUInt32 port) |
| | Disable touch force output.
|
| |