Blender  V3.3
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 123 of file BKE_screen.h.

Member Data Documentation

◆ area

struct ScrArea* wmRegionListenerParams::area

Definition at line 125 of file BKE_screen.h.

◆ notifier

struct wmNotifier* wmRegionListenerParams::notifier

◆ region

struct ARegion* wmRegionListenerParams::region

◆ scene

const struct Scene* wmRegionListenerParams::scene

Definition at line 128 of file BKE_screen.h.

◆ window

struct wmWindow* wmRegionListenerParams::window

Definition at line 124 of file BKE_screen.h.

Referenced by wm_event_do_notifiers().


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