Instance Method
willSelectTempTool(_:)willSelectTempTool:willSelectTempTool_
A callback to let the tool know that a temp tool will be selected (by pressing a modifier key). You can return NO to prevent that.
Declaration
func willSelectTempTool(_ tempTool: Any) -> BoolDeclaration
- (BOOL) willSelectTempTool:(id) tempTool;Declaration
willSelectTempTool_(tempTool: object) -> boolParameters
tempToolThe temp tool that is about to become active
Return Value
If you allow it or not