Event arguments for button clicks. More...
#include <ofxOuiButton.hpp>
Public Member Functions | |
ClickEvent (Button *sender_, bool value_) | |
Constructor. More... | |
Public Attributes | |
Button * | sender |
pointer to the sender component More... | |
bool | value |
button value More... | |
Event arguments for button clicks.
ofxOui::Button::ClickEvent::ClickEvent | ( | ofxOui::Button * | sender_, |
bool | value_ | ||
) |
Constructor.
sender_ | pointer to the sender component |
value_ | button value |
Button* ofxOui::Button::ClickEvent::sender |
pointer to the sender component
bool ofxOui::Button::ClickEvent::value |
button value