Skip to main content

Home > blockly > Flyout > wheel_

Flyout.wheel_() method

Scroll the flyout.

Signature:

protected abstract wheel_(e: WheelEvent): void;

Parameters

ParameterTypeDescription
eWheelEventMouse wheel scroll event.

Returns:

void