vitasdk
Documentation of the vitasdk

Exports for Kernel. More...

Functions

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

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



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.