| 100 | /////////////////////////////////////////// |
| 101 | |
| 102 | bool input_init() { |
| 103 | input_keyboard_initialize(); |
| 104 | input_hand_init(); |
| 105 | input_mouse_update(); |
| 106 | return true; |
| 107 | } |
| 108 | |
| 109 | /////////////////////////////////////////// |
| 110 |
nothing calls this directly
no test coverage detected