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 |
![]() | |
virtual BRK_API | ~Input ()=default |
Friends | |
class | GlfwWindowManager |
Glfw input manager implementation.
BRK_NS_BEGIN GlfwInput::GlfwInput | ( | ) |
|
overridedefault |
Implements Input.
|
friend |