![]() |
raylib-cpp
C++ object-oriented wrapper library for raylib.
|
InputManager which is responsible for a map of actions and updating their values. More...
#include <BufferedRaylib.hpp>
Public Member Functions | |
| Action & | operator[] (const std::string &key) |
| void | PollEvents (bool whileUnfocused=false) |
Public Attributes | |
| std::map< std::string, Action > | actions |
InputManager which is responsible for a map of actions and updating their values.
Definition at line 586 of file BufferedRaylib.hpp.
|
inline |
Definition at line 591 of file BufferedRaylib.hpp.
| void raylib::BufferedInput::PollEvents | ( | bool | whileUnfocused = false | ) |
Definition at line 148 of file BufferedRaylib.cpp.
| std::map<std::string, Action> raylib::BufferedInput::actions |
Definition at line 588 of file BufferedRaylib.hpp.