Blender  V2.93
Public Attributes | List of all members
data_offer_t Struct Reference

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
 

Detailed Description

Definition at line 77 of file GHOST_SystemWayland.cpp.

Member Data Documentation

◆ 

struct { ... } data_offer_t::dnd

◆ dnd_action

uint32_t data_offer_t::dnd_action

Definition at line 80 of file GHOST_SystemWayland.cpp.

◆ id

struct wl_data_offer* data_offer_t::id

◆ in_use

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().

◆ source_actions

uint32_t data_offer_t::source_actions

Definition at line 79 of file GHOST_SystemWayland.cpp.

◆ types

std::unordered_set<std::string> data_offer_t::types

Definition at line 78 of file GHOST_SystemWayland.cpp.

Referenced by data_device_drop().

◆ x

int data_offer_t::x

◆ y

int data_offer_t::y

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