|
HookTypesMouse Field |
The WH_MOUSE hook enables you to monitor mouse messages about to be returned by the
GetMessage or PeekMessage function. You can use the WH_MOUSE hook to monitor mouse input
posted to a message queue.
Namespace: Xcalibur.NativeMethods.V2.EventsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public static readonly int Mouse
Public Shared ReadOnly Mouse As Integer
public:
static initonly int Mouse
Field Value
Int32See Also