C# Class FSO.Common.Rendering.Framework.IO.KeyboardInputResult

Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
CapsDown bool
ContentChanged bool
CtrlDown bool
EnterPressed bool
NumDeletes int
NumInsertions int
NumLockDown bool
SelectionChanged bool
SelectionEnd int
SelectionStart int
ShiftDown bool
TabPressed bool
UnhandledKeys List

Property Details

CapsDown public_oe property

public bool CapsDown
return bool

ContentChanged public_oe property

public bool ContentChanged
return bool

CtrlDown public_oe property

public bool CtrlDown
return bool

EnterPressed public_oe property

public bool EnterPressed
return bool

NumDeletes public_oe property

public int NumDeletes
return int

NumInsertions public_oe property

public int NumInsertions
return int

NumLockDown public_oe property

public bool NumLockDown
return bool

SelectionChanged public_oe property

public bool SelectionChanged
return bool

SelectionEnd public_oe property

public int SelectionEnd
return int

SelectionStart public_oe property

public int SelectionStart
return int

ShiftDown public_oe property

public bool ShiftDown
return bool

TabPressed public_oe property

public bool TabPressed
return bool

UnhandledKeys public_oe property

public List UnhandledKeys
return List