This method is called whenever the mouse moves, with coordinates relative to the active window.
Parameter | Description |
---|---|
x | mouse x screen coordinate |
y | mouse y screen coordinate |
This is a protected virtual method. It can only be used by declaring it in a custom widget.