C# 클래스 QuakeConsole.GlobalHotKey

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

공개 프로퍼티들

프로퍼티 타입 설명
WM_HOTKEY int
handler System.Action
id int
keys Keys
modifiers Modifiers

공개 메소드들

메소드 설명
Call ( ) : void
Disable ( ) : void
Enable ( ) : void
GlobalHotKey ( IntPtr handle, Keys keys, Modifiers modifiers, System.Action handler ) : System

비공개 메소드들

메소드 설명
RegisterHotKey ( IntPtr hWnd, int id, uint fsModifiers, uint vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

메소드 상세

Call() 공개 메소드

public Call ( ) : void
리턴 void

Disable() 공개 메소드

public Disable ( ) : void
리턴 void

Enable() 공개 메소드

public Enable ( ) : void
리턴 void

GlobalHotKey() 공개 메소드

public GlobalHotKey ( IntPtr handle, Keys keys, Modifiers modifiers, System.Action handler ) : System
handle System.IntPtr
keys Keys
modifiers Modifiers
handler System.Action
리턴 System

프로퍼티 상세

WM_HOTKEY 공개적으로 정적으로 프로퍼티

public static int WM_HOTKEY
리턴 int

handler 공개적으로 프로퍼티

public Action,System handler
리턴 System.Action

id 공개적으로 프로퍼티

public int id
리턴 int

keys 공개적으로 프로퍼티

public Keys keys
리턴 Keys

modifiers 공개적으로 프로퍼티

public Modifiers modifiers
리턴 Modifiers