MouseOverlordEventHandler Class

Implement this class interface and pass an instance to the MouseOverlord.Capture method to begin receiving mouse event notifications. Note that only one MouseOverlordEventHandler instance can receive events at any given time.

Tip: If your application runs in a window, you can simply implement this interface in the window itself. For global event handling (or to emulate the old Mouse Overlord Plugin's behavior) implement this interface within the App class.

Methods

Expand All | Collapse All