MCPcopy Create free account
hub / github.com/cococry/leif / glfw_char_callback

Function glfw_char_callback

leif.c:1612–1616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610 state.cp_ev.y = ypos;
1611}
1612void 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
1619void update_input() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected