#pragma once namespace sim::graphics::keyboard { void init(); bool is_pressed(int key); };