Input |
The InputEventsManager type exposes the following members.
Name | Description | |
---|---|---|
CapturePointer |
CaptureMouse method captures the pointer or mouse events so that even if mouse is moved out of the active window, the mouse events are passed to the active window.
This method must be overriden by a derived class to provide any functionality.
To end the capture, call the EndPointerCapture method.
(Overrides ManualInputEventsManagerCapturePointer) | |
Dispose | Dispose method unsubscribed this InputEventsManager from all events on the EventsSourceElement. | |
EndPointerCapture |
EndPointerCapture end the pointer or mouse capture that was started by calling the CapturePointer method.
This method must be overriden by a derived class to provide any functionality.
(Overrides ManualInputEventsManagerEndPointerCapture) |