Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8647 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_widget.h


Ignore:
Timestamp:
Jun 20, 2006, 7:02:22 PM (18 years ago)
Author:
bensch
Message:

correct Values of Boxes

File:
1 edited

Legend:

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

    r8619 r8647  
    251251  private:
    252252    static GLGuiWidget*            _selected;         //!< The currently selected Widget.
    253     static GLGuiWidget*            _focused;          //!< The currently Focused Widget.
    254     static GLGuiWidget*            _inputGrabber;     //!< The Widget that grabs input.
     253    static GLGuiWidget*            _focused;          //!< The currently Focused Widget (mouse-focus).
     254    static GLGuiWidget*            _inputGrabber;     //!< The Widget that grabs input (keyboard-focus).
    255255
    256256
Note: See TracChangeset for help on using the changeset viewer.