View Single Post
Old 12-26-2023, 09:00 AM   #1
sheep_wizard
Junior Member
sheep_wizard began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Dec 2023
Device: kobo clara hd
Best way to detect touch for python app

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?
sheep_wizard is offline   Reply With Quote