This function is called whenever the mouse moves, with coordinates relative to the active window.
function Widget:MouseMove(x: number, y: number)
x
(number): mouse x screen coordinatey
(number): mouse y screen coordinateThis is a protected virtual method. It can only be used by declaring it in a custom widget.