Instance Method インスタンスメソッド

imageBrowser(_:backgroundWasRightClickedWith:)

Performs custom tasks when the user right-clicks the image browser view background.

Declaration 宣言

func imageBrowser(_ aBrowser: IKImageBrowserView!, 
backgroundWasRightClickedWith event: NSEvent!)

Parameters パラメータ

aBrowser

An image browser view.

event

The event that invoked the method.

Discussion 解説

This method signals that the user either right-clicked the background or left-clicked it with the Alt key pressed. You can implement this method if you want to perform custom tasks at that time.

See Also 参照

Performing Custom Tasks in Response to User Events