|
Blender V5.0
|
#include <BKE_wm_runtime.hh>
Public Member Functions | |
| WindowRuntime ()=default | |
| ~WindowRuntime () | |
Public Attributes | |
| ListBase | event_queue = {nullptr, nullptr} |
Definition at line 98 of file BKE_wm_runtime.hh.
|
default |
| 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.
All events wmEvent (ghost level events were handled).
Definition at line 100 of file BKE_wm_runtime.hh.
Referenced by ~WindowRuntime().