Click or drag to resize
Ab4d.SharpEngine logo

InputEventsManager Methods

The InputEventsManager type exposes the following members.

Methods
 NameDescription
Public methodCapturePointer 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)
Public methodDispose Dispose method unsubscribed this InputEventsManager from all events on the EventsSourceElement.
Public methodEndPointerCapture 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)
Top
See Also