Blender  V2.93
Public Attributes | List of all members
wmRegionListenerParams Struct Reference

#include <BKE_screen.h>

Public Attributes

struct wmWindowwindow
 
struct ScrAreaarea
 
struct ARegionregion
 
struct wmNotifiernotifier
 
const struct Scenescene
 

Detailed Description

Definition at line 141 of file BKE_screen.h.

Member Data Documentation

◆ area

struct ScrArea* wmRegionListenerParams::area

Definition at line 143 of file BKE_screen.h.

◆ notifier

struct wmNotifier* wmRegionListenerParams::notifier

Definition at line 145 of file BKE_screen.h.

◆ region

struct ARegion* wmRegionListenerParams::region

Definition at line 144 of file BKE_screen.h.

◆ scene

const struct Scene* wmRegionListenerParams::scene

Definition at line 146 of file BKE_screen.h.

◆ window

struct wmWindow* wmRegionListenerParams::window

Definition at line 142 of file BKE_screen.h.

Referenced by wm_event_do_notifiers().


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