internal static void OnMouseMove(Widget widget, MouseMoveEventArg arg) { widget.mHandleMouseMove(widget.Name, arg.Left, arg.Top); }