But KEY_BACKSPACE doesn't seem to fire?

Maybe worth a bug report?
This commit is contained in:
Simon Forman 2023-02-26 16:53:41 -08:00
parent 50e34c70cb
commit e18eb36c52
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ main()
);
}
window_draw_frame(wid, frame_buffer);
//window_on_keydown(wid, keydown);
window_on_keydown(wid, keydown);
window_on_mousedown(wid, mousedown);
window_on_mousemove(wid, mousemove);
enable_event_loop();