protocol to list input (physical) devices

2022-09-15 Thread Vasyl Vavrychuk
I have written a small application for sending input events for test purposes using uinput. But, after I create uinput event device, I don't know how to wait until wayland picks it up. Could there be a way to list physical input devices available via wayland protocol? Similarly how wl_output is u

RDP connection to wayland compositor

2015-02-09 Thread Vasyl Vavrychuk
Hi, Weston supports RDP protocol via rdp-backend. Its use is for example described here https://wiki.tizen.org/wiki/Weston_RDP_access. Current implementation works in the way that weston compositor launched with wayland backend and weston compositor launched with RDP backend are independent of ea