|
Blender
V2.93
|
#include <BKE_screen.h>
Public Attributes | |
| struct wmWindow * | window |
| struct ScrArea * | area |
| struct ARegion * | region |
| struct wmNotifier * | notifier |
| const struct Scene * | scene |
Definition at line 141 of file BKE_screen.h.
| struct ScrArea* wmRegionListenerParams::area |
Definition at line 143 of file BKE_screen.h.
| struct wmNotifier* wmRegionListenerParams::notifier |
Definition at line 145 of file BKE_screen.h.
| struct ARegion* wmRegionListenerParams::region |
Definition at line 144 of file BKE_screen.h.
| const struct Scene* wmRegionListenerParams::scene |
Definition at line 146 of file BKE_screen.h.
| struct wmWindow* wmRegionListenerParams::window |
Definition at line 142 of file BKE_screen.h.
Referenced by wm_event_do_notifiers().