Blender V5.0
GHOST_TEventDragnDropData Struct Reference

#include <GHOST_Types.h>

Public Attributes

int32_t x
int32_t y
GHOST_TDragnDropTypes dataType
GHOST_TDragnDropDataPtr data

Detailed Description

Definition at line 687 of file GHOST_Types.h.

Member Data Documentation

◆ data

GHOST_TDragnDropDataPtr GHOST_TEventDragnDropData::data

The "dropped content"

Definition at line 695 of file GHOST_Types.h.

Referenced by ghost_event_proc(), ghost_event_proc(), and GHOST_EventPrinter::processEvent().

◆ dataType

GHOST_TDragnDropTypes GHOST_TEventDragnDropData::dataType

The dropped item type

Definition at line 693 of file GHOST_Types.h.

Referenced by ghost_event_proc(), ghost_event_proc(), and GHOST_EventPrinter::processEvent().

◆ x

int32_t GHOST_TEventDragnDropData::x

The x-coordinate of the cursor position.

Definition at line 689 of file GHOST_Types.h.

Referenced by ghost_event_proc(), and GHOST_EventPrinter::processEvent().

◆ y

int32_t GHOST_TEventDragnDropData::y

The y-coordinate of the cursor position.

Definition at line 691 of file GHOST_Types.h.

Referenced by GHOST_EventPrinter::processEvent().


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