WinPointerEventsMBS methods

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

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.


💬 Ask a question or report a problem