Searched refs:messageWindow (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_windowsjoystick.c | 103 HWND messageWindow; member 142 if (data->messageWindow) in SDL_CleanupDeviceNotification() 143 DestroyWindow(data->messageWindow); in SDL_CleanupDeviceNotification() 173 …data->messageWindow = (HWND)CreateWindowEx(0, L"Message", NULL, 0, 0, 0, 0, 0, HWND_MESSAGE, NULL… in SDL_CreateDeviceNotification() 174 if (!data->messageWindow) { in SDL_CreateDeviceNotification() 185 …data->hNotify = RegisterDeviceNotification(data->messageWindow, &dbh, DEVICE_NOTIFY_WINDOW_HANDLE); in SDL_CreateDeviceNotification() 200 if (!data->messageWindow) { in SDL_WaitForDeviceNotification()
|
Completed in 6 milliseconds