Searched refs:sdlevent (Results 1 – 1 of 1) sorted by relevance
278 SDL_Event sdlevent; in onInval() local279 sdlevent.type = SDL_WINDOWEVENT; in onInval()280 sdlevent.window.windowID = fWindowID; in onInval()281 sdlevent.window.event = SDL_WINDOWEVENT_EXPOSED; in onInval()282 SDL_PushEvent(&sdlevent); in onInval()