Merge pull request #9563 from german77/crash_not_allowed
input_common: Create an update engine
This commit is contained in:
commit
66e4a48b75
4 changed files with 37 additions and 19 deletions
|
@ -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() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue