|
Blender
V2.93
|
#include <GHOST_Types.h>
Public Attributes | |
| GHOST_TInt32 | x |
| GHOST_TInt32 | y |
| GHOST_TDragnDropTypes | dataType |
| GHOST_TEventDataPtr | data |
Definition at line 484 of file GHOST_Types.h.
| GHOST_TEventDataPtr GHOST_TEventDragnDropData::data |
The "dropped content"
Definition at line 492 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 490 of file GHOST_Types.h.
Referenced by ghost_event_proc(), GHOST_EventDragnDrop::GHOST_EventDragnDrop(), GHOST_EventPrinter::processEvent(), and GHOST_EventDragnDrop::~GHOST_EventDragnDrop().
| GHOST_TInt32 GHOST_TEventDragnDropData::x |
The x-coordinate of the cursor position.
Definition at line 486 of file GHOST_Types.h.
Referenced by GHOST_EventDragnDrop::GHOST_EventDragnDrop(), and GHOST_EventPrinter::processEvent().
| GHOST_TInt32 GHOST_TEventDragnDropData::y |
The y-coordinate of the cursor position.
Definition at line 488 of file GHOST_Types.h.
Referenced by GHOST_EventDragnDrop::GHOST_EventDragnDrop(), and GHOST_EventPrinter::processEvent().