Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapijoystick.c103 HWND m_hwndMsg; member
199 …SDL_HIDAPI_discovery.m_hwndMsg = CreateWindowExA(0, "SDL_HIDAPI_DEVICE_DETECTION", NULL, 0, 0, 0, … in HIDAPI_InitializeDiscovery()
213 …SDL_HIDAPI_discovery.m_hNotify = RegisterDeviceNotification( SDL_HIDAPI_discovery.m_hwndMsg, &devB… in HIDAPI_InitializeDiscovery()
309 while (PeekMessage(&msg, SDL_HIDAPI_discovery.m_hwndMsg, 0, 0, PM_NOREMOVE)) { in HIDAPI_UpdateDiscovery()
310 if (GetMessageA(&msg, SDL_HIDAPI_discovery.m_hwndMsg, 0, 0) != 0) { in HIDAPI_UpdateDiscovery()
363 if (SDL_HIDAPI_discovery.m_hwndMsg) { in HIDAPI_ShutdownDiscovery()
364 DestroyWindow(SDL_HIDAPI_discovery.m_hwndMsg); in HIDAPI_ShutdownDiscovery()

Completed in 7 milliseconds