This class is used when receiving a callback about an interaction that the user has done in the FCurve Editor. More...
#include <fbcontrols.h>

Public Member Functions | |
| FBFCurveEditorEvent (HKEventBase pEvent) | |
| Constructor. | |
Public Member Functions inherited from FBEvent | |
| FBEvent (HKEvent pEvent) | |
| Constructor. | |
Public Attributes | |
| FBPropertyFCurveEditorEventType | EventType |
| Read Only Property: Event type, please see the FBFCurveEditorEventType for the possible types. | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. | |
This class is used when receiving a callback about an interaction that the user has done in the FCurve Editor.
Definition at line 2235 of file fbcontrols.h.
| FBFCurveEditorEvent | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| FBPropertyFCurveEditorEventType EventType |
Read Only Property: Event type, please see the FBFCurveEditorEventType for the possible types.
Definition at line 2243 of file fbcontrols.h.