Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2006, 5:41:21 AM (19 years ago)
Author:
bensch
Message:

better dispachers for events

File:
1 edited

Legend:

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

    r7893 r7896  
    100100  protected:
    101101        // if something was clickt on the GUI-widget.
    102     virtual void clicked() {};
    103     virtual void released() {};
     102    virtual void clicked();
     103    virtual void released();
     104    virtual void receivedFocus();
     105    virtual void removedFocus();
    104106
    105     virtual void receivedFocus() {};
    106     virtual void removedFocus() {};
    107 
    108     virtual void destroyed() {};
     107    virtual void destroyed();
    109108
    110109
Note: See TracChangeset for help on using the changeset viewer.