I'm creating a game using an EGL window. I get mouse input from the /dev/input folder on my Pi, however when I click on some UI element in my game I also click on something on the Raspbian stretch desktop. How can I focus the EGL window like on Windows so that all controls used in my game aren't act...