C# Class ILoveLucene.WindowsInterop.KeyboardHandler

Inheritance: IDisposable
Afficher le fichier Open project: brunomlopes/ILoveLucene Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
KeyboardHandler ( Window mainWindow, System.Action callback ) : System

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

KeyboardHandler() public méthode

public KeyboardHandler ( Window mainWindow, System.Action callback ) : System
mainWindow System.Windows.Window
callback System.Action
Résultat System