C# 클래스 Sakuno.KanColle.Amatsukaze.Services.PanicKeyService

상속: ModelBase
파일 보기 프로젝트 열기: amatukaze/IntelligentNavalGun

공개 메소드들

메소드 설명
GetKeyString ( Key rpKey ) : string
GetKeyString ( Key rpKey, StringBuilder rpBuilder ) : void
GetModifierKeysString ( int rpModifierKeys ) : string
GetModifierKeysString ( int rpModifierKeys, StringBuilder rpBuilder ) : void

비공개 메소드들

메소드 설명
GetModifierKeys ( ) : NativeEnums.ModifierKeys
Initialize ( IntPtr rpHandle ) : void
PanicKeyService ( ) : Sakuno.SystemInterop
UpdateHotKey ( ) : void
WndProc ( IntPtr rpHandle, int rpMessage, IntPtr rpWParam, IntPtr rpLParam, bool &rrpHandled ) : IntPtr

메소드 상세

GetKeyString() 공개 정적인 메소드

public static GetKeyString ( Key rpKey ) : string
rpKey Key
리턴 string

GetKeyString() 공개 정적인 메소드

public static GetKeyString ( Key rpKey, StringBuilder rpBuilder ) : void
rpKey Key
rpBuilder StringBuilder
리턴 void

GetModifierKeysString() 공개 정적인 메소드

public static GetModifierKeysString ( int rpModifierKeys ) : string
rpModifierKeys int
리턴 string

GetModifierKeysString() 공개 정적인 메소드

public static GetModifierKeysString ( int rpModifierKeys, StringBuilder rpBuilder ) : void
rpModifierKeys int
rpBuilder StringBuilder
리턴 void