input_common: Create an update engine

This commit is contained in:
Narr the Reg 2023-01-05 19:16:55 -06:00
parent bbeb6e460c
commit 8042ce7e19
4 changed files with 37 additions and 19 deletions

View file

@ -292,9 +292,6 @@ class InputDevice {
public:
virtual ~InputDevice() = default;
// Request input device to update if necessary
virtual void SoftUpdate() {}
// Force input device to update data regardless of the current state
virtual void ForceUpdate() {}