C# Class ILoveLucene.WindowsInterop.KeyboardHandler

Inheritance: IDisposable
Mostra file Open project: brunomlopes/ILoveLucene Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
KeyboardHandler ( Window mainWindow, System.Action callback ) : System

Private Methods

Method Description
ComponentDispatcher_ThreadPreprocessMessage ( System.Windows.Interop.MSG &msg, bool &handled ) : void
RegisterHotKey ( IntPtr hWnd, int id, int fsModifiers, int vlc ) : bool
SetupHotKey ( IntPtr handle ) : void
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

KeyboardHandler() public method

public KeyboardHandler ( Window mainWindow, System.Action callback ) : System
mainWindow System.Windows.Window
callback System.Action
return System