Hi, I'm working on a game now and I've set my mainwindow to fullscreen and landscape oriented.

My problem is I have selectable QGraphicsItems on the right part of the screen but its mousepressevent() can't be called because the phone's 2 buttons (although they are not shown on the screen) are blocking them.

Does anyone know how can I disable the phone's buttons or remove them? (Or maybe reset the graphicsview if that's a better solution).. any response would much be appreciated :-)