| 35 | /////////////////////////////////////////// |
| 36 | |
| 37 | void input_keyboard_initialize() { |
| 38 | local = {}; |
| 39 | local.last_physical_keypress = -1000; |
| 40 | local.key_pending_mtx = ft_mutex_create(); |
| 41 | } |
| 42 | |
| 43 | /////////////////////////////////////////// |
| 44 |
no test coverage detected