C# Class CSPspEmu.Hle.Modules.utility.sceUtility.SceUtilityOskParams

Mostra file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Base pspUtilityDialogCommon
dataPointer PspPointer
datacount int
state int
unk_60 int

Property Details

Base public_oe property

public pspUtilityDialogCommon Base
return pspUtilityDialogCommon

dataPointer public_oe property

Pointer to the start of the data for the input fields
public PspPointer dataPointer
return PspPointer

datacount public_oe property

Number of input fields
public int datacount
return int

state public_oe property

The local OSK state, one of ::SceUtilityOskState
public int state
return int

unk_60 public_oe property

Unknown. Pass 0
public int unk_60
return int