input_timer

Sets the input() timer's timeout value.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X        

Syntax

void input_timer(time)
int              time

Description

time specifies the timeout value in milliseconds. This value is in effect until the next input_timer() call.

Example

Sets the input timer's timeout value to 10 seconds.
input_timer(10000);