|
Berserk
|
Glfw input manager implementation. More...
#include <GlfwInput.hpp>


Public Member Functions | |
| BRK_API | GlfwInput () |
| BRK_API | ~GlfwInput () override=default |
| BRK_API Ref< Mouse > | GetMouse () override |
| BRK_API Ref< Keyboard > | GetKeyboard () override |
| BRK_API Ref< Joystick > | GetJoystick () override |
Public Member Functions inherited from Input | |
| virtual BRK_API | ~Input ()=default |
Friends | |
| class | GlfwWindowManager |
Glfw input manager implementation.
| BRK_NS_BEGIN GlfwInput::GlfwInput | ( | ) |
|
overridedefault |
Implements Input.
|
friend |