BaseDialogCloseCallback typedef

void BaseDialogCloseCallback (UserInput userInput)

Called when a dialog is closed. userInput must contain the button pressed, the input the user entered, etc., see UserInput.

Implementation

typedef void BaseDialogCloseCallback(UserInput userInput);