MouseMonitor Constructor

Initializes a new instance of the MouseMonitor class.

Caling this constructor causes to registers the raw input devices for the calling window.

Definition

Namespace: DevCase.Core.IO.Devices.Input
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public MouseMonitor(
	IWin32Window window
)

Parameters

window  IWin32Window
The window that will listen for device events.

Exceptions

ApplicationException Failed to register raw input device(s).

See Also