Published when the active editor changes. More...
#include <core_events.h>


Static Public Member Functions | |
| static EditorSwitchedEvent | Create (int type, void *ed) |
Public Attributes | |
| int | editor_type = 0 |
| void * | editor = nullptr |
Additional Inherited Members | |
Public Member Functions inherited from yaze::Event | |
| virtual | ~Event ()=default |
Published when the active editor changes.
Definition at line 138 of file core_events.h.
|
inlinestatic |
Definition at line 142 of file core_events.h.
References editor, and editor_type.
Referenced by yaze::test::CoreSystemsTestSuite::RunCoreEventsCreationTest().
| int yaze::editor::EditorSwitchedEvent::editor_type = 0 |
Definition at line 139 of file core_events.h.
Referenced by Create().
| void* yaze::editor::EditorSwitchedEvent::editor = nullptr |
Definition at line 140 of file core_events.h.
Referenced by Create().