Event arguments when a point is edited. More...
#include <ofxOuiBpf.hpp>
Public Member Functions | |
EditPointEvent (float x_, float y_) | |
Constructor. More... | |
Public Attributes | |
float | x |
x value of the point edited More... | |
float | y |
y value of the point edited More... | |
Event arguments when a point is edited.
ofxOui::Bpf::EditPointEvent::EditPointEvent | ( | float | x_, |
float | y_ | ||
) |
Constructor.
x_ | x value of the point edited |
y_ | y value of the point edited |
float ofxOui::Bpf::EditPointEvent::x |
x value of the point edited
float ofxOui::Bpf::EditPointEvent::y |
y value of the point edited