Fixed /analyze warning
This commit is contained in:
Родитель
fd27f5c1f6
Коммит
ecdfa7ee4f
|
@ -1651,6 +1651,7 @@ void GamePad::RegisterEvents(HANDLE ctrlChanged) noexcept
|
|||
pImpl->mCtrlChanged = (!ctrlChanged) ? INVALID_HANDLE_VALUE : ctrlChanged;
|
||||
}
|
||||
|
||||
_Success_(return != false)
|
||||
bool GamePad::GetDevice(int player, _Outptr_ IGameInputDevice** device) noexcept
|
||||
{
|
||||
return pImpl->GetDevice(player, device);
|
||||
|
|
Загрузка…
Ссылка в новой задаче