835 views
in System Integration by
Hi,

I have a EmWiApplication (v8.3) running on the Raspberry Pi 3 using the official touchscreen.
When I start the application everything works just fine but when I close it I notice that there are some programs etc. open even though at start there was only the terminal open.
So I found out that the touch-events are not completely handled by the application.
I tried to put a simple-touch-handler over the whole screen to handle all touch events but it still does things in the background.

Best regards,
Oliver

1 Answer

0 votes
by
Hi Oliver,

Just for the avoidance of doubts: Are you using some X11/Wayland Weston based GUI application including a window manager? If yes, then the reported behavior is correct, because Embedded Wizard reads directly the touch events from the Kernel driver via /dev/input/event*. So if there's an additional application running (like a window manager), the touch events are shared between both apps as Embedded Wizard does not grab the events exclusively. Does that shed some lights on that?

Best regards,
Manuel
by
Hi Manuel,

thanks for the quick answer. Yes I use a X11 based application. With this information it should be possible to solve the problem.

Best regards,

Oliver

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...