Sorry for the delay! The issue with the input is around mouse motion. I like moving my mouse along the text I’m reading but that counts as an input, so it skips. in Godot mouse motion are also InputEvent
so you need to filter for InputEventKey
instead.