ui.setmousebuttonhandlerΒΆ
Binds the provided handler to the window event
Arguments:
windowclass The window class to bindbutton The button to be handled, either "left", "middle" or "right"mod The modifier combination to be associated to the handler, a combination of modifiers.Shift, modifiers.Control, modifiers.Altevent The kind of event to bind, either "down", "up, "drag", "dragend" or "click"handler callback function (window, x, y) to handle the event