early-access version 3299

This commit is contained in:
pineappleEA
2023-01-08 00:07:19 +01:00
parent f8e172869d
commit 6024631e28
9 changed files with 76 additions and 27 deletions

View File

@@ -304,9 +304,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() {}