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.cc

    r7928 r7929  
    4343  void GLGuiSlider::init()
    4444  {
     45
    4546    this->setClassID(CL_GLGUI_SLIDER, "GLGuiSlider");
     47
     48    this->setClickable( );
     49    this->setFocusable( );
     50
    4651    this->_value = 0.0;
    4752    this->_minValue = 0.0;
Note: See TracChangeset for help on using the changeset viewer.