Torque3D Documentation / _generateds / afxEventCatchAll

afxEventCatchAll

consoledoc.h

A simple but useful GUI control that propagates all events to its parent control.

More...

Detailed Description

A simple but useful GUI control that propagates all events to its parent control.

afxEventCatchAll is useful when you want certain events to be handled by its parent afxTSCtrl and not get consumed by certain non-interactive controls like a text HUD.