|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Input configuration for a window. More...
#include <GlobalGraphicsInfo.hpp>
Collaboration diagram for MayaFlux::Core::InputConfig:Public Attributes | |
| bool | keyboard_enabled = true |
| bool | mouse_enabled = true |
| CursorMode | cursor_mode = CursorMode::NORMAL |
| bool | sticky_keys = false |
| bool | sticky_mouse_buttons = false |
| bool | raw_mouse_motion = false |
Input configuration for a window.
Can be changed at runtime via window->set_input_config()
Definition at line 353 of file GlobalGraphicsInfo.hpp.