int to_glfw_key(IO::Keys key) noexcept
Convert a MayaFlux Keys enum to GLFW key code.
IO::Keys from_glfw_key(int glfw_key) noexcept
Convert a GLFW key code to MayaFlux Keys enum.
bool is_valid_glfw_key(int glfw_key) noexcept
Check if a GLFW key code is valid/supported.