# Keyboard input You can find this sample in the tutorial project: **Scenes** -> **Keyboard input** ## Explanation This C# basics tutorial covers how to handle keyboard input. We can check for the existisce of a keyboard and then we can use various methods to check if a key is pressed, held down or released. ![Keyboard input](media/keyboard-input.png) ## Code [!code-csharp[Entity](..\..\..\Tutorials\C# Basics\CSharpBasics\Code\KeyboardInput.cs)]