Blender V4.5
BKE_wm_runtime.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11struct GSet;
12#ifdef WITH_INPUT_IME
13struct wmIMEData;
14#endif
15
17
18namespace blender::bke {
19
46
49 ListBase event_queue = {nullptr, nullptr};
50
51#ifdef WITH_INPUT_IME
56 wmIMEData *ime_data = nullptr;
57 bool ime_data_is_composing = false;
58#endif
59
60 WindowRuntime() = default;
62};
63
64} // namespace blender::bke
struct GSet GSet
Definition BLI_ghash.h:337