When I build a game for the raspberry pi, if you click around in the game the game doesn’t ‘block’ these clicks. i.e you end up clicking on loads of stuff on the desktop and opening things while playing the game. To get around this I launch an empty Python Tkinter application behind the game to block the clicks. Although it works I feel like there has to be a better way to do this.
Another (maybe related issue) is when booting the game if you move the mouse Raspbians cursor image gets caught above the game grapics so it looks like there are 2 cursors (the Urho cursor works fine)
Anyone know how I could get around the problems?