is it possible get input while the window is lost focus?(hotkey)

Godot Version

4.3

Question

I’m making a timer record tool for my son.
He want to record time when playing a running game.
I finished the tool,and found i can’t get the input when lost the window focus.
Is there some other way to get the input?
:frowning:

Short answer is, not easily.

If your operating system provides a input messaging hotkey API. You will probably need to find/write a plugin that would give Godot the functionality.

1 Like

:heart: :heart: thanks