Merge remote-tracking branch 'OFW/dev' into dev

This commit is contained in:
MX
2025-02-21 04:11:41 +03:00
9 changed files with 432 additions and 279 deletions

View File

@@ -124,7 +124,7 @@ static bool hid_mouse_clicker_input_callback(InputEvent* event, void* context) {
bool consumed = false;
bool rate_changed = false;
if(event->type != InputTypeShort && event->type != InputTypeRepeat) {
if(event->type == InputTypePress || event->type == InputTypeRelease) {
return false;
}