1 2 3 4 5
Input init_input(); void update_input(Input *in); B32 is_key_down(Key key); B32 is_key_pressed(Key key); B32 was_key_pressed(Key key);