Raven Engine v0.1
Loading...
Searching...
No Matches
Input.h File Reference

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

Detailed Description

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.

See also
MouseCodes.h, KeyCodes.h
Author
PhilikusHD