direct.gui.DirectSlider
from direct.gui.DirectSlider import DirectSlider
Defines the DirectSlider class.
See the DirectSlider page in the programming manual for a more in-depth explanation and an example of how to use this class.
Inheritance diagram
- class DirectSlider(parent=None, **kw)[source]
Bases:
DirectFrame
DirectSlider – a widget which represents a slider that the user can pull left and right to represent a continuous value.