Searched refs:rect (Results 1 – 1 of 1) sorted by relevance
243 struct SDL_Rect rect; in sandbox_sdl_sync() local264 rect.x = 0; in sandbox_sdl_sync()265 rect.y = 0; in sandbox_sdl_sync()266 rect.w = 0; in sandbox_sdl_sync()267 rect.h = 0; in sandbox_sdl_sync()268 SDL_RenderDrawRect(sdl.renderer, &rect); in sandbox_sdl_sync()
Completed in 2 milliseconds