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

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

public bool CapsDown
return bool

ContentChanged public property

public bool ContentChanged
return bool

CtrlDown public property

public bool CtrlDown
return bool

EnterPressed public property

public bool EnterPressed
return bool

NumDeletes public property

public int NumDeletes
return int

NumInsertions public property

public int NumInsertions
return int

NumLockDown public property

public bool NumLockDown
return bool

SelectionChanged public property

public bool SelectionChanged
return bool

SelectionEnd public property

public int SelectionEnd
return int

SelectionStart public property

public int SelectionStart
return int

ShiftDown public property

public bool ShiftDown
return bool

TabPressed public property

public bool TabPressed
return bool

UnhandledKeys public property

public List UnhandledKeys
return List