Namespaces | |
namespace | key |
namespace | mouse |
Classes | |
class | handler_impl |
The base class for input implementation. More... | |
class | handler |
A reference to an input implementation. More... | |
class | manager |
Handles inputs (keyboard and mouse). More... | |
class | glfw_handler |
class | ois_handler |
class | sfml_handler |
Functions | |
KeySym | to_xkey_ (int key) |
KeySym | to_xkey_ (Keyboard::Key key) |
KeySym input::to_xkey_ | ( | Keyboard::Key | key | ) |
Definition at line 281 of file sfml_input_impl.cpp.
KeySym input::to_xkey_ | ( | int | key | ) |
Definition at line 269 of file glfw_input_impl.cpp.