void MouseWheelMove() { if (mouseWheelMoved != null) { float wheelAxis = inputX.MouseWheelAxis(); mouseWheelMoved(wheelAxis); } }