top | item 46847191 (no title) Tajnymag | 28 days 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. discuss order hn newest torginus|27 days ago I 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 likeDispatchEvent(&MouseEvent{MOUSE_L, 1345, 3432});It's almost literally always this
torginus|27 days ago I 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 likeDispatchEvent(&MouseEvent{MOUSE_L, 1345, 3432});It's almost literally always this
torginus|27 days ago
DispatchEvent(&MouseEvent{MOUSE_L, 1345, 3432});
It's almost literally always this