Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2006, 7:15:24 PM (18 years ago)
Author:
bensch
Message:

gui: click with positional information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/gl_gui/glgui_slider.h

    r7928 r7929  
    1717  //! This is part of the openglGUI class
    1818  /**
    19    *
     19   * The Slider is a Widget, with a Range and a Value.
    2020   */
    2121  class GLGuiSlider : public GLGuiWidget
     
    4343    void setStep(float step);
    4444
     45    virtual void draw() const;
    4546
    46     virtual void draw() const;
    4747  protected:
    4848    void resize();
Note: See TracChangeset for help on using the changeset viewer.