Changeset 7900 in orxonox.OLD for branches/gui/src/lib
- Timestamp:
- May 27, 2006, 1:09:35 PM (19 years ago)
- Location:
- branches/gui/src/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl_gui/glgui_inputline.cc
r7896 r7900 48 48 49 49 this->setFocusable(true); 50 this->setClickable(true);51 50 52 51 this->text.setParent2D(this); -
branches/gui/src/lib/util/timer.cc
r7899 r7900 12 12 #include <sys/time.h> 13 13 14 14 /** 15 * @returns the current time in Second exact to the micro-second 16 */ 15 17 double Timer::getNow() { 16 18 -
branches/gui/src/lib/util/timer.h
r7899 r7900 13 13 class Timer 14 14 { 15 public: 15 16 static double getNow(); 16 17
Note: See TracChangeset
for help on using the changeset viewer.