Blender V4.5
wmRegionListenerParams Struct Reference

#include <BKE_screen.hh>

Public Attributes

wmWindow * window
 
ScrArea * area
 
ARegion * region
 
const wmNotifier * notifier
 
const Scene * scene
 

Detailed Description

Definition at line 173 of file BKE_screen.hh.

Member Data Documentation

◆ area

ScrArea* wmRegionListenerParams::area

Can be NULL when the region is not part of an area.

Definition at line 176 of file BKE_screen.hh.

◆ notifier

◆ region

◆ scene

const Scene* wmRegionListenerParams::scene

Definition at line 179 of file BKE_screen.hh.

◆ window

wmWindow* wmRegionListenerParams::window

Definition at line 174 of file BKE_screen.hh.

Referenced by wm_event_do_notifiers().


The documentation for this struct was generated from the following file: