Home
last modified time | relevance | path

Searched refs:lastret (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windowsjoystick.c198 int lastret = 1; in SDL_WaitForDeviceNotification() local
205 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