Support Forum G3D Web Page |
Triggered when one or more files are dropped onto a window.
More...
Public Attributes | |
const OSWindow * | osWindow |
The current window for this event. More... | |
uint8 | type |
GEventType::FILE_DROP. More... | |
int | x |
Mouse position of drop. More... | |
int | y |
Triggered when one or more files are dropped onto a window.
The actual filenames dropped can be obtained by calling G3D::OSWindow::getDroppedFilenames
const OSWindow* G3D::FileDropEvent::osWindow |
The current window for this event.
uint8 G3D::FileDropEvent::type |
int G3D::FileDropEvent::x |
Mouse position of drop.
int G3D::FileDropEvent::y |