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

Show 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 property

public pspUtilityDialogCommon Base
return pspUtilityDialogCommon

dataPointer public property

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

datacount public property

Number of input fields
public int datacount
return int

state public property

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

unk_60 public property

Unknown. Pass 0
public int unk_60
return int