C# 클래스 CK.Keyboard.Key

상속: IKey, IKeyPropertyHolder, IStructuredSerializable
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DestroyConfig void
IStructuredSerializable void
IStructuredSerializable void
Key System
OnKeyPressed void
OnPropertyChanged void
SetIndex void

공개 메소드들

메소드 설명
Destroy ( ) : void
Push ( ) : void
Release ( ) : void
Release ( bool doPress ) : void
RepeatPressed ( ) : void

비공개 메소드들

메소드 설명
DestroyConfig ( ) : void
IStructuredSerializable ( IStructuredReader sr ) : void
IStructuredSerializable ( IStructuredWriter sw ) : void
Key ( Zone z, int index ) : System
OnKeyPressed ( ) : void
OnPropertyChanged ( KeyPropertyChangedEventArgs e ) : void
SetIndex ( Zone newZone, int i ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

Push() 공개 메소드

public Push ( ) : void
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void

Release() 공개 메소드

public Release ( bool doPress ) : void
doPress bool
리턴 void

RepeatPressed() 공개 메소드

public RepeatPressed ( ) : void
리턴 void