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 WaitForKey(
	double secondTimeout
)

Parameters

secondTimeout
Type: System..::.Double
The timeout in seconds.

Return Value

Returns the key that was pressed to interrupt the waiting.

See Also