Post #4171864
2026-07-28 18:06 UTC
The next step towards multi-seat applications is having support for it in the GUI toolkits/graphics libraries!
To my surprise, @GTK@floss.social has excellent built-in support, at least conceptually! Events have a `get_seat` method, which directly tell you which `Seat` an event belongs to.
Most GTK widgets don't really respect multi-seat input, of course…
So I wrote an experimental `MultiSeatText` widget that tracks multiple independent text cursors: https://codeberg.org/blinry/gtk-multi-seat-text-widget
#gtk #gnome
Replies (0)
No replies.