C4 Engine Terathon Software C4 Engine API Documentation

• Interface Manager

API Links
Developer Links

struct PanelMouseEventData

Defined in:  C4Widgets.h
The PanelMouseEventData structure contains information about a mouse event in a panel.
Definition

struct PanelMouseEventData : MouseEventData

Data Members
WidgetPart      widgetPart; The widget part involved in the event.
Node            *activatorNode; The node that caused the event to occur (in-game panel effects only).
Base Classes
MouseEventData The WidgetEventData structure is an extension of MouseEventData.