Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32JoyStick.cpp643 WCHAR* strPid = wcsstr( var.bstrVal, L"PID_" ); in CheckXInputDevices() local
644 if(strPid && swscanf_s( strPid, L"PID_%4X", &dwPid ) != 1) in CheckXInputDevices()