Disabling accumulated input still limits input to the display rate.

Godot Version

4.2.2 Mono

Question

I noticed that disabling accumulated input still fires all events (at least keyboard events) at the end of the frame after checking with Time.GetTicksMsec(), could it be that it is broken or could I potentially be using it incorrectly?