Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get raw touchscreen data?

I know I can get touch events in my iPhone app. But these touch events are filtered for me. If I press the device against my face, it filters out these touch events because it can detect its not a finger.

How would I get the raw touch events, not filtered in any way?

like image 963
Isaac Waller Avatar asked Apr 23 '26 16:04

Isaac Waller


1 Answers

There is no public API for this. The closest you can get is GSEvent, from the GraphicsServices private framework.

like image 151
Jesús A. Álvarez Avatar answered Apr 25 '26 06:04

Jesús A. Álvarez