I know this is kind of an odd request but is there any way to allow c2 projects to keep checking for keyboard / mouse input when out of focus. I'm using "cr_setSuspended = function() {};" to keep running when out of focus and gamepad input works but keyboard and mouse isn't picked up. This is for a QA support tool to do various things when running another game.
Thanks!