Hi,

We want to use soft keys with weston.

The use-case is very similar to android that the touch panel is bigger than the 
display.
The out of display touch events should be routed to the clients as key events.

As far as I understood, It is not possible to realize this use-case in current 
weston implementation,
because the coordinates of touch events are scaled to width and height of the 
display with libinput_event_touch_get_x(y)_transformed API.

For example, when I touch a soft key (outside of display), the grab interface 
will still get a touch event in the range of display width and height,
and It will wrongly route this event to a wl_surface which is on the edge of 
the display. Weston cannot recognize that the event happened outside of the 
display.

Is there a way to realize this use-case that I do not know ?

Best regards

Emre Ucan
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to