Hello everyone! A portion of my game (the menu) doesn't need to be updated on every cycle. So I thought, why not just update it when the screen needs to be redrawn? Is there an equivalent to handling Win32's WM_PAINT in SDL? Thanks!