Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windowsjoystick.c102 WNDCLASSEX wincl; member
145 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