UWP: Missing gamepad reset caused control sticking (nw)

This commit is contained in:
Brad Hughes 2016-11-15 18:05:43 -05:00
parent 7cd5e850f5
commit 0ca7ac3b2a

View File

@ -482,6 +482,11 @@ internal:
}
}
void Reset() override
{
memset(&state, 0, sizeof(state));
}
void Configure()
{
// If the device has already been configured, don't do it again