Method OnMouseWheel | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnMouseWheel(MouseEventArgs)

Called when a mouse wheel event occurs. Check Flags to see which wheel was moved was clicked.

protected virtual bool OnMouseWheel(MouseEventArgs args)

Parameters

args MouseEventArgs

Returns

bool

true, if the event was handled, false otherwise.

Edit this page