Blender
V3.3
|
Public Attributes | |
std::unordered_set< std::string > | types |
uint32_t | source_actions = 0 |
uint32_t | dnd_action = 0 |
struct wl_data_offer * | id = nullptr |
std::atomic< bool > | in_use = false |
struct { | |
wl_fixed_t xy [2] = {0, 0} | |
} | dnd |
Definition at line 167 of file GHOST_SystemWayland.cpp.
struct { ... } data_offer_t::dnd |
Referenced by data_device_handle_drop(), and data_device_handle_enter().
uint32_t data_offer_t::dnd_action = 0 |
Definition at line 170 of file GHOST_SystemWayland.cpp.
struct wl_data_offer* data_offer_t::id = nullptr |
Definition at line 171 of file GHOST_SystemWayland.cpp.
Referenced by data_device_handle_data_offer(), data_device_handle_drop(), data_device_handle_selection(), and read_pipe().
std::atomic<bool> data_offer_t::in_use = false |
Definition at line 172 of file GHOST_SystemWayland.cpp.
Referenced by data_device_handle_enter(), and read_pipe().
uint32_t data_offer_t::source_actions = 0 |
Definition at line 169 of file GHOST_SystemWayland.cpp.
std::unordered_set<std::string> data_offer_t::types |
Definition at line 168 of file GHOST_SystemWayland.cpp.
Referenced by data_device_handle_drop(), and data_device_handle_selection().
wl_fixed_t data_offer_t::xy[2] = {0, 0} |
Compatible with #input_t.xy coordinates.
Definition at line 175 of file GHOST_SystemWayland.cpp.
Referenced by data_device_handle_drop(), and data_device_handle_enter().