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