We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a3da8 commit bb3d682Copy full SHA for bb3d682
pbrwidgets/dplug/pbrwidgets/sliderlogic.d
@@ -56,8 +56,12 @@ nothrow:
56
param = The parameter this slider logic acts on.
57
vertical = true for vertical, false for horizontal.
58
59
- Note: If you want to _disable_ your slider logic,
60
- just don't call other functions.
+ Note: If you want to _disable_ your slider logic (as in
+ disabled widget), a good way is just not call those
61
+ functions.
62
+
63
+ Warning: Do not forget to also register a `param` listener
64
+ if you want to display changes based on that.
65
*/
66
void initialize(UIElement elem,
67
Parameter param,
0 commit comments