DefaultMenuInteractionHandler.

DefaultMenuInteractionHandler(bool, IInputManager?, Action<Action, TimeSpan>) Constructor

Syntax

public DefaultMenuInteractionHandler(bool isContextMenu, IInputManager? inputManager, Action<Action, TimeSpan> delayRun)

Parameters

Name Type Description
isContextMenu bool
inputManager IInputManager?
delayRun Action<Action, TimeSpan>

Return Value

Type Description
void