![]() |
Raven Engine v0.1
|
Declares the core input query interface for polling keyboard and mouse state. More...
#include "Raven/Input/MouseCodes.h"#include "Raven/Input/KeyCodes.h"#include <utility>#include <functional>Classes | |
| struct | Raven::InputContext |
| class | Raven::Input |
| Provides static methods to query keyboard and mouse state. More... | |
Namespaces | |
| namespace | Raven |
Declares the core input query interface for polling keyboard and mouse state.
Platform-agnostic interface for querying real-time input state from the windowing system. Typically wrapped by higher-level input managers or dispatched via events in user-defined layers.