# Sandbox.Input.Keyboard

Keyboard related glyph methods.

- Kind: class
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Methods

- [`Down`](/api/Sandbox.Input.Keyboard/Down): Keyboard key is held down
- [`GetGlyph`](/api/Sandbox.Input.Keyboard/GetGlyph): Get a glyph texture from a specific key name.
- [`Pressed`](/api/Sandbox.Input.Keyboard/Pressed): Keyboard key wasn't pressed but now it is
- [`Released`](/api/Sandbox.Input.Keyboard/Released): Keyboard key was pressed but now it isn't
