Closed j4yk closed 14 years ago
The init-handler is executed every frame and it's called within the scope of with-init's let. Therefore if the SDL_Event (foreign object) variable would be exposed, one could check it out in the idle-handler.
it's defined for each event seperately now, because in init one had to check if the event has already been processed previously
The init-handler is executed every frame and it's called within the scope of with-init's let. Therefore if the SDL_Event (foreign object) variable would be exposed, one could check it out in the idle-handler.