vitasdk
Documentation of the vitasdk

Detailed Description

Exports for Kernel.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceTouchForDriver_stub



Functions

int ksceTouchSetEnableFlag (SceUInt32 port, SceBool enable)
 Set touch enable flag. More...
 

Function Documentation

◆ ksceTouchSetEnableFlag()

int ksceTouchSetEnableFlag ( SceUInt32  port,
SceBool  enable 
)

Set touch enable flag.

Parameters
[in]port- The port number.
[in]enable- The enable flag.
Returns
0 on success. < 0 on error.