Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinPointerEventsMBS class.

WinPointerEventsMBS.Close

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Cleans up.

Optional and does same as destructor, but now.
You can call this in a window's close event to shutdown the event handler class.

WinPointerEventsMBS.Constructor(control as DesktopUIControl)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows MBS Win Plugin 22.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The constructor events to a control.

Call in a control's open event to attach event listener to the control.

See also:

WinPointerEventsMBS.Constructor(control as RectControl)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows MBS Win Plugin 17.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The constructor events to a control.

Call in a control's open event to attach event listener to the control.

See also:

WinPointerEventsMBS.Constructor(win as DesktopWindow)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows MBS Win Plugin 22.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The constructor events to a window.

Call in a window's open event to attach event listener to the window.

See also:

WinPointerEventsMBS.Constructor(win as window)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The constructor events to a window.

Call in a window's open event to attach event listener to the window.

See also:

WinPointerEventsMBS.Constructor(WindowHandle as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The constructor.

This method allows you to attach to any window.
So this works in console projects, too.
With any window, not just xojo windows.

See also:

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


The biggest plugin in space...