C# 클래스 BlisterUI.Input.KeyboardEventDispatcher

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

공개 메소드들

메소드 설명
EventInput_CharEntered ( object sender, char c, int lParam ) : void
EventInput_KeyDown ( object sender, Keys key ) : void
EventInput_KeyUp ( object sender, Keys key ) : void
GetCurrentModifiers ( ) : ModifierList
GetNewClipboard ( ) : string
RefreshModfiers ( ) : void
SetToClipboard ( string s ) : void

비공개 메소드들

메소드 설명
DoCopyThread ( ) : void
DoPasteThread ( ) : void
GetKeyState ( int keyCode ) : short
KeyboardEventDispatcher ( ) : System

메소드 상세

EventInput_CharEntered() 공개 정적인 메소드

public static EventInput_CharEntered ( object sender, char c, int lParam ) : void
sender object
c char
lParam int
리턴 void

EventInput_KeyDown() 공개 정적인 메소드

public static EventInput_KeyDown ( object sender, Keys key ) : void
sender object
key Keys
리턴 void

EventInput_KeyUp() 공개 정적인 메소드

public static EventInput_KeyUp ( object sender, Keys key ) : void
sender object
key Keys
리턴 void

GetCurrentModifiers() 공개 정적인 메소드

public static GetCurrentModifiers ( ) : ModifierList
리턴 ModifierList

GetNewClipboard() 공개 정적인 메소드

public static GetNewClipboard ( ) : string
리턴 string

RefreshModfiers() 공개 정적인 메소드

public static RefreshModfiers ( ) : void
리턴 void

SetToClipboard() 공개 정적인 메소드

public static SetToClipboard ( string s ) : void
s string
리턴 void