Event arguments for button clicks.
More...
#include <ofxOuiMatrix.hpp>
Event arguments for button clicks.
§ ClickEvent()
ofxOui::Matrix::ClickEvent::ClickEvent |
( |
ofxOui::Matrix * |
sender_, |
|
|
int |
row_, |
|
|
int |
col_, |
|
|
bool |
value_ |
|
) |
| |
Constructor.
- Parameters
-
sender_ | pointer to the sender component |
row_ | row of the clicked button |
col_ | column of the clicked button |
value_ | value of the clicked button |
§ col
int ofxOui::Matrix::ClickEvent::col |
§ row
int ofxOui::Matrix::ClickEvent::row |
§ sender
Matrix* ofxOui::Matrix::ClickEvent::sender |
pointer to the sender component
§ value
bool ofxOui::Matrix::ClickEvent::value |
The documentation for this class was generated from the following files: