DefaultInputProviderIsKeyReleased Method |
Check if a given keyboard key was previously pressed down and now released in this frame.
Namespace:
GeonBit.UI
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsKeyReleased(
Keys key
)
Parameters
- key
- Type: Keys
Key button to check.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:GeonBit.UI.DefaultInputProvider.IsKeyReleased(Microsoft.Xna.Framework.Input.Keys)"]
See Also