Struct
PhocSeatView
Description [src]
struct PhocSeatView {
PhocSeat* seat;
PhocView* view;
_Bool has_button_grab;
double grab_sx;
double grab_sy;
}
Structure used by PhocSeat and PhocCursor to track its views.
Structure members
seatNo description available.
viewNo description available.
has_button_grabNo description available.
grab_sxNo description available.
grab_syNo description available.