You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
This struct is state for a single client's bound wl_seat resource and is used to issue input events to that client. The lifetime of these objects are managed by the Seat.
A SeatClient is managed by a Seat, so it's probably best for the Seat to hold a SeatClient so that we can't have a dangling pointer. Since this is stored witin the wlroots' wlr_seat we need to probably just set and manage their raw pointer.
SeatClient
Functions
resource unsafe
client unsafe
seatDouble check this doesn't break mutable alias concerns, since this is a pointer to its parent!
Resources
pointers
keyboards
touchs
data_devices
primary_selection_devices
The text was updated successfully, but these errors were encountered:
Documentation
Seat
.A
SeatClient
is managed by aSeat
, so it's probably best for theSeat
to hold aSeatClient
so that we can't have a dangling pointer. Since this is stored witin the wlroots'wlr_seat
we need to probably just set and manage their raw pointer.SeatClient
Functions
resource
unsafeclient
unsafeseat
Double check this doesn't break mutable alias concerns, since this is a pointer to its parent!Resources
The text was updated successfully, but these errors were encountered: