| 1610 | state.cp_ev.y = ypos; |
| 1611 | } |
| 1612 | void glfw_char_callback(GLFWwindow* window, uint32_t charcode) { |
| 1613 | (void)window; |
| 1614 | state.ch_ev.charcode = charcode; |
| 1615 | state.ch_ev.happened = true; |
| 1616 | } |
| 1617 | #endif |
| 1618 | |
| 1619 | void update_input() { |
nothing calls this directly
no outgoing calls
no test coverage detected