AndreeeCZ
Posts: 4
Joined: Sun Aug 25, 2013 5:32 pm

Using the official touchscreen without X

Sat Apr 09, 2016 9:00 am

Hi!

I'm doing an OpenGL ES application which runs outside of X (with SDL2). When i connect a regular mouse to it, i can see the cursor and it moves with the mouse, but the touch is disabled.

How do I do this?

Thx,
Andre

AndreeeCZ
Posts: 4
Joined: Sun Aug 25, 2013 5:32 pm

Re: Using the official touchscreen without X

Sat Apr 09, 2016 9:32 am

Got it:

I just read stuff from /dev/input/whatever

Return to “C/C++”