Is there an easy/smart way to check for no input with nodes

Hi! Beginner question here. I want to check if no user input is made (meaning no button pressed at all - keyboard, mouse, gamepad an so on…). If I’m not mistaken UPBGE had a logic node for that, but i can’t find it in armory. How would I go at it?

Thanks!

1 Like

Ah! Thanks a lot! I modified it with the “is null” and “is not null” nodes and now it does what I want!