Method ApplyMouseBindings
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
layersDictionary<Command, PlatformMouseBinding>[]