Event arguments for Drag and Drop events. More...
#include <ofxOuiDraggableButton.hpp>
Public Member Functions | |
DropEvent (DraggableButton *sender_, int x_, int y_) | |
Constructor. More... | |
Public Attributes | |
DraggableButton * | sender |
pointer to the sender component More... | |
int | x |
x drop position More... | |
int | y |
y drop position More... | |
Event arguments for Drag and Drop events.
ofxOui::DraggableButton::DropEvent::DropEvent | ( | ofxOui::DraggableButton * | sender_, |
int | x_, | ||
int | y_ | ||
) |
Constructor.
sender_ | pointer to the sender component |
x_ | x drop position |
y_ | y drop position |
DraggableButton* ofxOui::DraggableButton::DropEvent::sender |
pointer to the sender component
int ofxOui::DraggableButton::DropEvent::x |
x drop position
int ofxOui::DraggableButton::DropEvent::y |
y drop position