Event XbpActiveXControl():motion Foundation
Mouse has been moved.
:motion := {| aPos, uNIL, self | ... }
:motion ( <aPos> ) --> self
xbeM_Motion (1048598)
This method returns the object executing the method (self).
The xbeM_Motion event is generated whenever the mouse is moved. The coordinates of the mouse pointer <aPos> and self are passed to the code block.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.