3 ms·
I'd say the problematic part is not capturing the desktop but injecting controls into it. Proper universal support for simulated input is still missing.
by Tajnymag 8mo ago
I'd say the problematic part is not capturing the desktop but injecting controls into it. Proper universal support for simulated input is still missing.
- torginus 8mo agoI have not used Wayland specifically, but did do this for X11, Windows, Qt, too much stuff to count... It usually takes the form of an api call like DispatchEvent(&MouseEvent{MOUSE_L, 1345, 3432}); It's almost literally always this