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