libts / tslib

Touchscreen access library
GNU Lesser General Public License v2.1
625 stars 292 forks source link

Button long pressed with qt5 when click #180

Open Doerthous opened 4 years ago

Doerthous commented 4 years ago

Hello, I'm a newbie with ts and touchscreen app. I encountered some problems.

Problem

I'm working on an arm board with qt5 and tslib. I run the following command to start my app. export QT_QPA_GENERIC_PLUGINS=tslib:/dev/input/event0 && ./main When I click a button, the button keep pressed state until I click another button.

PLATFROM

Wish somebody can help me out. Thanks