Table of Contents

Method ApplyMouseBindings

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

ApplyMouseBindings(params Dictionary<Command, PlatformMouseBinding>?[])

Applies layered mouse bindings from the provided dictionaries. Only commands that the view supports (via GetSupportedCommands()) are bound. Mouse flags already bound are not overwritten.

protected void ApplyMouseBindings(params Dictionary<Command, PlatformMouseBinding>?[] layers)

Parameters

layers Dictionary<Command, PlatformMouseBinding>[]