|
Blender
V2.93
|
Public Attributes | |
| std::unordered_set< std::string > | types |
| uint32_t | source_actions |
| uint32_t | dnd_action |
| struct wl_data_offer * | id |
| std::atomic< bool > | in_use |
| struct { | |
| int x | |
| int y | |
| } | dnd |
Definition at line 77 of file GHOST_SystemWayland.cpp.
| struct { ... } data_offer_t::dnd |
Referenced by data_device_drop(), data_device_enter(), data_device_motion(), and dnd_events().
| uint32_t data_offer_t::dnd_action |
Definition at line 80 of file GHOST_SystemWayland.cpp.
| struct wl_data_offer* data_offer_t::id |
Definition at line 81 of file GHOST_SystemWayland.cpp.
Referenced by data_device_data_offer(), data_device_drop(), data_device_leave(), display_destroy(), and read_pipe().
| std::atomic<bool> data_offer_t::in_use |
Definition at line 82 of file GHOST_SystemWayland.cpp.
Referenced by data_device_enter(), data_device_leave(), and read_pipe().
| uint32_t data_offer_t::source_actions |
Definition at line 79 of file GHOST_SystemWayland.cpp.
| std::unordered_set<std::string> data_offer_t::types |
Definition at line 78 of file GHOST_SystemWayland.cpp.
Referenced by data_device_drop().
| int data_offer_t::x |
Definition at line 84 of file GHOST_SystemWayland.cpp.
Referenced by data_device_drop(), data_device_enter(), data_device_motion(), and dnd_events().
| int data_offer_t::y |
Definition at line 84 of file GHOST_SystemWayland.cpp.
Referenced by data_device_drop(), data_device_enter(), data_device_motion(), and dnd_events().