Class: Widget
Lua
C++
Edit

Widget:MouseMove

This function is called whenever the mouse moves, with coordinates relative to the active window.

Syntax

function Widget:MouseMove(x: number, y: number)

Parameters

Remarks

This is a protected virtual method. It can only be used by declaring it in a custom widget.

Copyright © 2024 Ultra Software.
All rights reserved.