C# Class QuakeConsole.GlobalHotKey

Afficher le fichier Open project: Hemlock/QuakeConsole Class Usage Examples

Méthodes publiques

Свойство Type Description
WM_HOTKEY int
handler System.Action
id int
keys Keys
modifiers Modifiers

Méthodes publiques

Méthode Description
Call ( ) : void
Disable ( ) : void
Enable ( ) : void
GlobalHotKey ( IntPtr handle, Keys keys, Modifiers modifiers, System.Action handler ) : System

Private Methods

Méthode Description
RegisterHotKey ( IntPtr hWnd, int id, uint fsModifiers, uint vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

Method Details

Call() public méthode

public Call ( ) : void
Résultat void

Disable() public méthode

public Disable ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

GlobalHotKey() public méthode

public GlobalHotKey ( IntPtr handle, Keys keys, Modifiers modifiers, System.Action handler ) : System
handle System.IntPtr
keys Keys
modifiers Modifiers
handler System.Action
Résultat System

Property Details

WM_HOTKEY public_oe static_oe property

public static int WM_HOTKEY
Résultat int

handler public_oe property

public Action,System handler
Résultat System.Action

id public_oe property

public int id
Résultat int

keys public_oe property

public Keys keys
Résultat Keys

modifiers public_oe property

public Modifiers modifiers
Résultat Modifiers