#include "../../include/mglpp/window/Keyboard.hpp" extern "C" { #include } namespace mgl { // static const char* Keyboard::key_to_string(Key key) { return mgl_key_to_string((mgl_key)key); } }