|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
#include "KeyMapping.hpp"
Include dependency graph for KeyMapping.cpp:Go to the source code of this file.
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Core |
Functions | |
| IO::Keys | MayaFlux::Core::from_glfw_key (int glfw_key) noexcept |
| Convert a GLFW key code to MayaFlux Keys enum. | |
| int | MayaFlux::Core::to_glfw_key (IO::Keys key) noexcept |
| Convert a MayaFlux Keys enum to GLFW key code. | |
| bool | MayaFlux::Core::is_valid_glfw_key (int glfw_key) noexcept |
| Check if a GLFW key code is valid/supported. | |