pub fn clone_seat_data(seat: &WlSeat) -> Option<SeatData>
Expand description

Get the copy of the data associated with this seat

If the provided WlSeat has not yet been initialized or is not managed by SCTK, None is returned.

If the seat has been removed by the compositor, the defunct field of the SeatData will be set to true. This handler will not automatically detroy the output by calling its release method, to avoid interfering with your logic.