Struct sdl2_sys::XSelectionEvent [−][src]
#[repr(C)]pub struct XSelectionEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: c_int,
pub display: *mut Display,
pub requestor: Window,
pub selection: Atom,
pub target: Atom,
pub property: Atom,
pub time: Time,
}Fields
type_: c_intserial: c_ulongsend_event: c_intdisplay: *mut Displayrequestor: Windowselection: Atomtarget: Atomproperty: Atomtime: Time