Platforms to show: All Mac Windows Linux Cross-Platform

WinMouseFilterMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Windows MBS Win Plugin 21.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
A class to filter mouse events in the whole application.

You may be able to intercept all mouse actions and block mouse events.

You can only have one instance to receive events at a time.

Mouse Events

Constant Value Description
kLButtonDoubleClick &h0203 Left mouse button double click
kLButtonDown &h0201 Left mouse button down
kLButtonUp &h0202 Left mouse button up
kMButtonDoubleClick &h0209 Middle mouse button double click
kMButtonDown &h0207 Middle mouse button down
kMButtonUp &h0208 Middle mouse button up
kMouseHOver &h02a1 Mouse hover
kMouseHWheel &h020e Horizontal mouse wheel
kMouseLeave &h02a3 Mouse Leave
kMouseMove &h0200 Mouse moved
kMouseWheel &h020a Vertical mouse wheel
kRButtonDoubleClick &h0206 Right mouse button double click
kRButtonDown &h0204 Right mouse button down
kRButtonUp &h0205 Right mouse button up
kXButtonDoubleClick &h020d Other mouse button double click
kXButtonDown &h020b Other mouse button down
kXButtonUp &h020c Other mouse button up

This class has no sub classes.

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Release notes


The items on this page are in the following plugins: MBS Win Plugin.


WinLocalizationMBS   -   WinNotificationMBS


The biggest plugin in space...