Support Forum       G3D Web Page     
Public Attributes | List of all members
G3D::FileDropEvent Class Reference


Triggered when one or more files are dropped onto a window. More...

Public Attributes

const OSWindowosWindow
 The current window for this event. More...
 
uint8 type
 GEventType::FILE_DROP. More...
 
int x
 Mouse position of drop. More...
 
int y
 

Detailed Description


Triggered when one or more files are dropped onto a window.

The actual filenames dropped can be obtained by calling G3D::OSWindow::getDroppedFilenames

Member Data Documentation

◆ osWindow

const OSWindow* G3D::FileDropEvent::osWindow

The current window for this event.

◆ type

uint8 G3D::FileDropEvent::type

◆ x

int G3D::FileDropEvent::x

Mouse position of drop.

◆ y

int G3D::FileDropEvent::y

documentation generated on Wed Nov 24 2021 08:01:55 using doxygen 1.8.15