C# Class QuakeConsole.GlobalHotKey

Exibir arquivo Open project: Hemlock/QuakeConsole Class Usage Examples

Public Properties

Property Type Description
WM_HOTKEY int
handler System.Action
id int
keys Keys
modifiers Modifiers

Public Methods

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

Private Methods

Method Description
RegisterHotKey ( IntPtr hWnd, int id, uint fsModifiers, uint vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

Method Details

Call() public method

public Call ( ) : void
return void

Disable() public method

public Disable ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

GlobalHotKey() public method

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

Property Details

WM_HOTKEY public_oe static_oe property

public static int WM_HOTKEY
return int

handler public_oe property

public Action,System handler
return System.Action

id public_oe property

public int id
return int

keys public_oe property

public Keys keys
return Keys

modifiers public_oe property

public Modifiers modifiers
return Modifiers