TreeView.mPushed

Internal tracking variable to distinguish between mouse click and release. nanogui.TreeView.mCallback is only called upon release. See nanogui.TreeView.mouseButtonEvent for specific conditions.

class TreeView(Data)
protected
static if(modelHasCollapsed)
bool mPushed;

Meta