Blender V5.0
blender::bke::WindowRuntime Struct Reference

#include <BKE_wm_runtime.hh>

Public Member Functions

 WindowRuntime ()=default
 ~WindowRuntime ()

Public Attributes

ListBase event_queue = {nullptr, nullptr}

Detailed Description

Definition at line 98 of file BKE_wm_runtime.hh.

Constructor & Destructor Documentation

◆ WindowRuntime()

blender::bke::WindowRuntime::WindowRuntime ( )
default

◆ ~WindowRuntime()

blender::bke::WindowRuntime::~WindowRuntime ( )

The event_queue should be freed when the window is freed.

Definition at line 65 of file wm_runtime.cc.

References BLI_assert, BLI_listbase_is_empty(), and event_queue.

Member Data Documentation

◆ event_queue

ListBase blender::bke::WindowRuntime::event_queue = {nullptr, nullptr}

All events wmEvent (ghost level events were handled).

Definition at line 100 of file BKE_wm_runtime.hh.

Referenced by ~WindowRuntime().


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