Lines Matching defs:result
197 GLFWbool result = GLFW_FALSE;
246 result = GLFW_TRUE;
252 return result;
609 HRESULT result;
613 result = IDirectInputDevice8_GetDeviceState(js->win32.device,
616 if (result == DIERR_NOTACQUIRED || result == DIERR_INPUTLOST)
620 result = IDirectInputDevice8_GetDeviceState(js->win32.device,
625 if (FAILED(result))
687 DWORD result;
703 result = XInputGetState(js->win32.index, &xis);
704 if (result != ERROR_SUCCESS)
706 if (result == ERROR_DEVICE_NOT_CONNECTED)