libts / tslib

Touchscreen access library
GNU Lesser General Public License v2.1
596 stars 290 forks source link

Missing plugin for Soft Button detection and handling #197

Open aegiMt opened 2 years ago

aegiMt commented 2 years ago

Hi

Is someone aware of an existing plugin to support Soft Button area detection and send a key-event (EV_KEY) instead a touch-event (EV_ABS) when pressing / releasing?

Soft Button --> Touchscreen Area outside the visible display screen which have to produce a key event when touching.

Many thanks for your feedback!

Andreas