Fixed|Input: Clearing input device state during busy mode
Evidently there were a few oversights during the latest InputSystem/InputDevice refactoring. When a button device was reset, its state wasn't fully cleared properly.
Also, when the input system starts ignoring all input (during busy mode), the state of all devices is now fully reset so that ignored release events don't cause problems.
Fixed|Input: Clearing input device state during busy mode
Evidently there were a few oversights during the latest
InputSystem/InputDevice refactoring. When a button device was reset,
its state wasn't fully cleared properly.
Also, when the input system starts ignoring all input (during busy mode),
the state of all devices is now fully reset so that ignored release
events don't cause problems.
IssueID #1940