#if defined(Hiro_Keyboard) namespace hiro { struct pKeyboard { static auto poll() -> vector; static auto pressed(uint code) -> bool; }; } #endif