eventMaskMap
enum eventMaskMap =
[EventMaskMapping(ExposureMask, Expose), EventMaskMapping(EnterWindowMask, EnterNotify), EventMaskMapping(LeaveWindowMask, LeaveNotify), EventMaskMapping(ButtonPressMask, ButtonPress), EventMaskMapping(ButtonReleaseMask, ButtonRelease), EventMaskMapping(PointerMotionMask, MotionNotify)];
ws wm x11 wm
classesstatic variablesstructs