예제 #1
0
 internal static void OnMouseMove(Widget widget, MouseMoveEventArg arg)
 {
     widget.mHandleMouseMove(widget.Name, arg.Left, arg.Top);
 }