MouseMonitor Constructor
Initializes a new instance of the
MouseMonitor class.
Caling this constructor causes to registers the raw input devices for the calling window.
Namespace: DevCase.Core.IO.Devices.InputAssembly: 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
)
Public Sub New (
window As IWin32Window
)
Dim window As IWin32Window
Dim instance As New MouseMonitor(window)
public:
MouseMonitor(
IWin32Window^ window
)
new :
window : IWin32Window -> MouseMonitor
No code example is currently available or this language may not be supported.
Parameters
- window IWin32Window
-
The window that will listen for device events.
ApplicationException
|
Failed to register raw input device(s).
|