Changeset 2801 for code/branches/gui/src/orxonox/overlays/console
- Timestamp:
- Mar 19, 2009, 10:58:43 AM (16 years ago)
- Location:
- code/branches/gui/src/orxonox/overlays/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc
r2800 r2801 410 410 @brief Resizes the console elements. Call if window size changes. 411 411 */ 412 void InGameConsole::windowResized( int newWidth,int newHeight)412 void InGameConsole::windowResized(unsigned int newWidth, unsigned int newHeight) 413 413 { 414 414 this->windowW_ = newWidth; -
code/branches/gui/src/orxonox/overlays/console/InGameConsole.h
r2800 r2801 81 81 void print(const std::string& text, int index, bool alwaysShift = false); 82 82 83 void windowResized( int newWidth,int newHeight);83 void windowResized(unsigned int newWidth, unsigned int newHeight); 84 84 85 85 // config value related
Note: See TracChangeset
for help on using the changeset viewer.