ControlContext :: mousePosition - Current mouse position
The property returns the last mouse position for a mouse move or mouse click event. When calling the function from within other handlers than mouse move or mouse click event handlers, the property contains the last registered mouse position, which is usually but not necessarily the current mouse position.
Return value: Point ( odabagui::Point )
The point defines the vertical and the horizontal position in an rectangle.