@ricardomatias wrote:
In
setup()
, such as:
MAX_DEPTH
andMAX_DRAW
are 2ofParameter
ofint
andfloat
.MAX_DEPTH.newListener([this](int &v) { drawAlgo(); }); MAX_DRAW.newListener([this](float &v) { drawAlgo(); });
But these never get called.
Posts: 2
Participants: 2