示例#1
0
        /// <summary>
        /// Function called when the mouse wheel moved.
        /// </summary>
        public static void OnMouseWhellMoved(object sender, MouseWheelEventArgs e)
        {
            RenderWindow window = (RenderWindow)sender;

            MouseEventHandler.MouseWheelMovedActions(window, e);
        }