XPWidgetGeometryChange t

From X-Plane SDK
Revision as of 19:51, 20 April 2009 by Admin (Talk | contribs) (1 revision)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

XPWidgetGeometryChange_t

This structure contains the deltas for your widget's geometry when it changes.
typedef struct {
     int                       dx;
     int                       dy;
+Y = the widget moved up
     int                       dwidth;
    int                       dheight;
} XPWidgetGeometryChange_t;