Class MouseHook
A glocal mouse hook, using System.Reactive
Inheritance
System.Object
MouseHook
Namespace: Dapplo.Windows.Input
Assembly: Dapplo.Windows.Input.dll
Syntax
public sealed class MouseHook : object
Properties
| Improve this Doc View SourceMouseEvents
The actual keyboard hook observable
Declaration
public static IObservable<MouseHookEventArgs> MouseEvents { get; }
Property Value
Type | Description |
---|---|
IObservable<MouseHookEventArgs> |