Example #1
0
 internal static void OnMouseWheel(Widget widget, MouseWheelEventArg arg)
 {
     widget.mHandleMouseWheel(widget.Name, arg.Rel);
 }