remove TODO, it's done! :)

This commit is contained in:
oxmox 2023-04-11 01:14:21 +02:00
parent a75ed68dbd
commit 5fcce2ef58

View file

@ -209,12 +209,6 @@ DoomContext g_doomContext;
// //
void IB_StartTic (void) void IB_StartTic (void)
{ {
/* TODO: post input events (could this be done in IB_FinishUpdate? try it)
case SDL_KEYDOWN:
event.type = ev_keydown;
event.data1 = xlatekey(sdl_event.key.keysym.sym);
D_PostEvent(&event);
*/
} }
void IB_GetFramebuffer(unsigned char **pixels, size_t *pitch) void IB_GetFramebuffer(unsigned char **pixels, size_t *pitch)