windows handler
create app
create and return window from create function winFunc
process all events with SDL_PollEvent
single processing step
See Implementation
windows handler