|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
noexcept |
Convert a GLFW key code to MayaFlux Keys enum.
GLFW key codes directly map to our Keys enum values (by design), so this is a straightforward type-safe cast.
| glfw_key | GLFW key code (from GLFW_KEY_* constants) |
Definition at line 5 of file KeyMapping.cpp.
References is_valid_glfw_key(), and MayaFlux::IO::Unknown.
Here is the call graph for this function: