Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows | MBS Win Plugin | 21.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
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.
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.
The items on this page are in the following plugins: MBS Win Plugin.
WinLocalizationMBS - WinNotificationMBS