Table of Contents

Method RaiseCommandsBoundToWheelFlags

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

RaiseCommandsBoundToWheelFlags(Mouse)

INTERNAL API: Converts mouse wheel events into Commands by invoking the commands bound to the mouse wheel via MouseBindings. By default, all mouse wheel events are not bound.

protected bool RaiseCommandsBoundToWheelFlags(Mouse args)

Parameters

args Mouse

The mouse event arguments containing the mouse flags and position information.

Returns

bool

true if a command was invoked and handled; false if no command was invoked or the command was not handled. .

Remarks

The converted wheel event is then passed to InvokeCommandsBoundToMouse(Mouse) to execute any commands bound to the mouse flags via MouseBindings.