C# 클래스 FSO.Common.Rendering.Framework.IO.KeyboardInputResult

파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

CapsDown 공개적으로 프로퍼티

public bool CapsDown
리턴 bool

ContentChanged 공개적으로 프로퍼티

public bool ContentChanged
리턴 bool

CtrlDown 공개적으로 프로퍼티

public bool CtrlDown
리턴 bool

EnterPressed 공개적으로 프로퍼티

public bool EnterPressed
리턴 bool

NumDeletes 공개적으로 프로퍼티

public int NumDeletes
리턴 int

NumInsertions 공개적으로 프로퍼티

public int NumInsertions
리턴 int

NumLockDown 공개적으로 프로퍼티

public bool NumLockDown
리턴 bool

SelectionChanged 공개적으로 프로퍼티

public bool SelectionChanged
리턴 bool

SelectionEnd 공개적으로 프로퍼티

public int SelectionEnd
리턴 int

SelectionStart 공개적으로 프로퍼티

public int SelectionStart
리턴 int

ShiftDown 공개적으로 프로퍼티

public bool ShiftDown
리턴 bool

TabPressed 공개적으로 프로퍼티

public bool TabPressed
리턴 bool

UnhandledKeys 공개적으로 프로퍼티

public List UnhandledKeys
리턴 List