fix(input): Resolve lost mouse clicks in PS/2 streaming mode (#25942)

This commit is contained in:
Klesh Wong
2026-05-26 08:42:44 +08:00
committed by GitHub
parent 2604a49cda
commit f8aec1f50c
+1 -2
View File
@@ -101,8 +101,7 @@ void ps2_mouse_task(void) {
# endif
} else {
if (debug_mouse) print("ps2_mouse: fail to get mouse packet\n");
/* return here to avoid updating the mouse button state */
return;
// Continue processing anyway to ensure mouse button state is still updated
}
#endif