Hello, I have started working on making a small game for my kobo device using python and FBInk. This has worked out fine but I am now looking for the best way to detect touch input.
I tried using
this python module which allowed me to det touch coords, but it still registers touch input from behind my game screen, e.g. clicking on a book.
Is there anyway to disable the default touch behaviour, or a different way I can be detecting touch inputs within a python app?