InputService KeyboardHandler ReleasedTime Method RapidGame Class Library

[This is preliminary documentation and is subject to change.]

Check for how long a key was pressed for after release

Namespace: RapidXNA.Services
Assembly: RapidXNA3.0 (in RapidXNA3.0.dll) Version: 3.0.0.0
Syntax

public float ReleasedTime(
	Keys k
)

Parameters

k
Type: Keys
The key to check

Return Value

Type: Single

[Missing <returns> documentation for "M:RapidXNA.Services.InputService.KeyboardHandler.ReleasedTime(Microsoft.Xna.Framework.Input.Keys)"]

Version Information

RapidGame

Supported in: 1
See Also