Mercurial > hg > tweakathon2ios
diff UI code/sliderPanel.h @ 37:52dbd5b4cfa9
slider feedback and textures
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 03 Dec 2014 11:38:26 +0000 |
parents | a677c027e3a0 |
children |
line wrap: on
line diff
--- a/UI code/sliderPanel.h Tue Dec 02 13:25:48 2014 +0000 +++ b/UI code/sliderPanel.h Wed Dec 03 11:38:26 2014 +0000 @@ -52,7 +52,7 @@ UIElement* getSlider(int index); void setHintTexture(ofImage* texture); - void setIndicatorTexture(ofImage* texture); + void setIndicatorTexture(ofImage* texture = NULL); void animateToNewHintValues(vector<int> newTargetValues, float timeToTake, ofImage* newTexture); void animateToNewValues(vector<int> newTargetValues, float timeToTake); void showValueIndicators(bool show);