Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2006, 6:25:19 PM (18 years ago)
Author:
bensch
Message:

EVENTS WORK :)

File:
1 edited

Legend:

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

    r7972 r7985  
    164164   * @param pos the position the Click occured (from the topleft corner out)
    165165   */
    166   void GLGuiSlider::clicked(const Vector2D& pos)
    167   {
    168     GLGuiWidget::clicked(pos);
     166  void GLGuiSlider::clicking(const Vector2D& pos)
     167  {
     168    GLGuiWidget::clicking(pos);
    169169
    170170    float sliderPosition = this->sliderPosition();
     
    178178  }
    179179
    180   void GLGuiSlider::released(const Vector2D& pos)
    181   {
    182     GLGuiWidget::released(pos);
     180  void GLGuiSlider::releasing(const Vector2D& pos)
     181  {
     182    GLGuiWidget::releasing(pos);
    183183    this->grabbed = false;
    184184  }
Note: See TracChangeset for help on using the changeset viewer.