20 #ifndef ofxOuiDraggableButton_hpp 21 #define ofxOuiDraggableButton_hpp 69 DraggableButton(
int x_ = 0,
int y_ = 0,
int width_ = 0,
int height_ = 0);
84 template <
typename T,
typename args,
class ListenerClass>
85 void onDrop(T *owner,
void (ListenerClass::*listenerMethod)(args)) {
86 using namespace std::placeholders;
Definition: ofxOuiColormap.hpp:25