popupConfirmation(title, event)
Raises a pop-up on screen that asks for confirmation
@status current Introduced in 2.2.0
Parameters
title
(string) text to displayevent
(number) the event variable that is passed in from the Run function (key pressed)
Return value
"CANCEL"
user pushed EXIT key
Notice
Use only from stand-alone and telemetry scripts.
PreviousplayTone(frequency, duration, pause [, flags [, freqIncr]])NextpopupInput(title, event, input, min, max)
Last updated