Waits for the given time with the possibility of interrupting by pressing the key.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Keys WaitForKeyMs(
	int millisTimeout
)

Parameters

millisTimeout
Type: System..::.Int32
The timeout in milliseconds.

Return Value

Returns the key that was pressed to interrupt the waiting.

See Also