Block normal mouse inputs in mouse-to-touchpad mode

shadow sniped my PR. :(
This commit is contained in:
kalaposfos13
2025-12-02 09:41:06 +01:00
parent e5ea55e425
commit dc6013cf0e
3 changed files with 24 additions and 0 deletions

View File

@@ -777,6 +777,9 @@ void ActivateOutputsFromInputs() {
it.ResetUpdate();
}
// Check for input blockers
ApplyMouseInputBlockers();
// Iterate over all inputs, and update their respecive outputs accordingly
for (auto& it : connections) {
it.output->AddUpdate(it.ProcessBinding());