vitasdk
Documentation of the vitasdk
touch.h
Go to the documentation of this file.
1
7
#ifndef _PSP2KERN_TOUCH_H_
8
#define _PSP2KERN_TOUCH_H_
9
10
#include <
psp2kern/types.h
>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
24
int
ksceTouchSetEnableFlag
(
SceUInt32
port,
SceBool
enable);
25
26
#ifdef __cplusplus
27
}
28
#endif
29
30
#endif
/* _PSP2KERN_TOUCH_H_ */
ksceTouchSetEnableFlag
int ksceTouchSetEnableFlag(SceUInt32 port, SceBool enable)
Set touch enable flag.
SceBool
int SceBool
Definition:
types.h:59
SceUInt32
uint32_t SceUInt32
Definition:
types.h:45
types.h
include
psp2kern
touch.h
Vita SDK