Searched refs:wincl (Results 1 – 1 of 1) sorted by relevance
102 WNDCLASSEX wincl; member145 UnregisterClass(data->wincl.lpszClassName, data->wincl.hInstance); in SDL_CleanupDeviceNotification()162 data->wincl.hInstance = GetModuleHandle(NULL); in SDL_CreateDeviceNotification()163 data->wincl.lpszClassName = L"Message"; in SDL_CreateDeviceNotification()164 …data->wincl.lpfnWndProc = SDL_PrivateJoystickDetectProc; /* This function is called by window… in SDL_CreateDeviceNotification()165 data->wincl.cbSize = sizeof (WNDCLASSEX); in SDL_CreateDeviceNotification()167 if (!RegisterClassEx(&data->wincl)) { in SDL_CreateDeviceNotification()
Completed in 3 milliseconds