Changeset 7907 in orxonox.OLD for branches/gui/src
- Timestamp:
- May 27, 2006, 2:57:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl_gui/glgui_handler.cc
r7905 r7907 119 119 if (GLGuiWidget::focused() != NULL) 120 120 GLGuiWidget::focused()->breakFocus(); 121 break; 122 123 case EV_VIDEO_RESIZE: 124 if (this->cursor != NULL) 125 this->cursor->setMaxBorders(Vector2D(event.resize.w, event.resize.h)); 126 break; 121 127 } 122 128
Note: See TracChangeset
for help on using the changeset viewer.