xSendEventReq

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct xSendEventReq
  2. struct xSendEventReq
    version(linux && !X86_64)
    extern (C) nothrow @nogc
    struct xSendEventReq {}

Members

Variables

destination
Window destination;
Undocumented in source.
event
xEvent event;
Undocumented in source.
eventMask
CARD32 eventMask;
Undocumented in source.
length
CARD16 length;
Undocumented in source.
propagate
BOOL propagate;
Undocumented in source.
reqType
CARD8 reqType;
Undocumented in source.

Meta