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.
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.