GeonBit.UI Documentation
InputHelperIsKeyDown Method |
Check if a given keyboard key is down.
Namespace: GeonBit.UI
Assembly: GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)

C#
public bool IsKeyDown( Keys key )
Parameters
- key
- Type: Keys
Key button to check.
Return Value
Type: Boolean[Missing <returns> documentation for "M:GeonBit.UI.InputHelper.IsKeyDown(Microsoft.Xna.Framework.Input.Keys)"]
