# Handling Input

Handling input - from keyboard and mouse to game controllers and touchscreens.

#### In this section:

- [Input Actions](/content/godot_recipes/4.x/input/input_actions/index.html)
- [Mouse Input](/content/godot_recipes/4.x/input/mouse_input/index.html)
- [Adding Input Actions in code](/content/godot_recipes/4.x/input/custom_actions/index.html)
- [Capturing the Mouse](/content/godot_recipes/4.x/input/mouse_capture/index.html)
- [Mouse: Drag-select multiple units](/content/godot_recipes/4.x/input/multi_unit_select/index.html)
