Blender
V3.3
|
#include <GHOST_Types.h>
Public Attributes | |
int32_t | x |
int32_t | y |
GHOST_TDragnDropTypes | dataType |
GHOST_TEventDataPtr | data |
Definition at line 481 of file GHOST_Types.h.
GHOST_TEventDataPtr GHOST_TEventDragnDropData::data |
The "dropped content"
Definition at line 489 of file GHOST_Types.h.
Referenced by ghost_event_proc(), GHOST_EventDragnDrop::GHOST_EventDragnDrop(), GHOST_EventPrinter::processEvent(), and GHOST_EventDragnDrop::~GHOST_EventDragnDrop().
GHOST_TDragnDropTypes GHOST_TEventDragnDropData::dataType |
The dropped item type
Definition at line 487 of file GHOST_Types.h.
Referenced by ghost_event_proc(), GHOST_EventDragnDrop::GHOST_EventDragnDrop(), GHOST_EventPrinter::processEvent(), and GHOST_EventDragnDrop::~GHOST_EventDragnDrop().
int32_t GHOST_TEventDragnDropData::x |
The x-coordinate of the cursor position.
Definition at line 483 of file GHOST_Types.h.
Referenced by ghost_event_proc(), GHOST_EventDragnDrop::GHOST_EventDragnDrop(), and GHOST_EventPrinter::processEvent().
int32_t GHOST_TEventDragnDropData::y |
The y-coordinate of the cursor position.
Definition at line 485 of file GHOST_Types.h.
Referenced by ghost_event_proc(), GHOST_EventDragnDrop::GHOST_EventDragnDrop(), and GHOST_EventPrinter::processEvent().