Searched refs:lastret (Results 1 – 1 of 1) sorted by relevance
198 int lastret = 1; in SDL_WaitForDeviceNotification() local205 while (lastret > 0 && s_bWindowsDeviceChanged == SDL_FALSE) { in SDL_WaitForDeviceNotification()206 lastret = GetMessage(&msg, NULL, 0, 0); /* WM_QUIT causes return value of 0 */ in SDL_WaitForDeviceNotification()207 if (lastret > 0) { in SDL_WaitForDeviceNotification()213 return (lastret != -1) ? SDL_TRUE : SDL_FALSE; in SDL_WaitForDeviceNotification()
Completed in 6 milliseconds