captureentry_t

Declaration

struct captureentry_t {
    ulong                 mask;
    struct window_t       *wnd;
    int                   id;
    struct captureentry_t *next;
    }

Prototype In

mgraph.h

Description

Internal structure describing how to route events within window manager. By default, all events go to the window under mouse pointer. captureentry_t provides means to override this and redirect certain (user-specified) events to particular windows.

Members

mask

Mask specifying type of events

hndFunc

Window that will receive these events

id

User-defined identifier of capture entry (used for entry removal)

next

Pointer to next capture entry in the chain

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com