At first, I thought Godot doesn't use raw input, so I used GDExtension + SDL3 to create a raw input reader myself (I want to separate which key from which kb). Create a worker thread (both std::thread ...