Raises a pop-up on screen that allows uses input
@status current Introduced in 2.0.0
title (string) text to display
title
event (number) the event variable that is passed in from the Run function (key pressed)
event
input (number) value that can be adjusted by the +/- keys
input
min (number) min value that input can reach (by pressing the - key)
min
max (number) max value that input can reach
max
number result of the input adjustment
number
"OK" user pushed ENT key
"OK"
"CANCEL" user pushed EXIT key
"CANCEL"
Use only from stand-alone and telemetry scripts.
Last updated 2 years ago
Was this helpful?