Home | History | Annotate | Download | only in gamepad

Lines Matching refs:hDevice

144       HANDLE device_handle = device_list[i].hDevice;
163 RawGamepadInfo* RawInputDataFetcher::ParseGamepadInfo(HANDLE hDevice) {
167 if (GetGamepadInfo(hDevice))
171 UINT result = GetRawInputDeviceInfo(hDevice, RIDI_DEVICEINFO,
182 result = GetRawInputDeviceInfo(hDevice, RIDI_DEVICEINFO,
203 gamepad_info->handle = hDevice;
213 result = GetRawInputDeviceInfo(hDevice, RIDI_DEVICENAME,
222 result = GetRawInputDeviceInfo(hDevice, RIDI_DEVICENAME,
250 result = GetRawInputDeviceInfo(hDevice, RIDI_PREPARSEDDATA,
261 result = GetRawInputDeviceInfo(hDevice, RIDI_PREPARSEDDATA,
439 if (input->header.dwType == RIM_TYPEHID && input->header.hDevice != NULL) {
440 RawGamepadInfo* gamepad = GetGamepadInfo(input->header.hDevice);