(svn r19910) -Doc: Doxygen additions.

This commit is contained in:
alberth
2010-05-30 13:16:51 +00:00
parent 51e67a40e0
commit 2224c9b515
2 changed files with 22 additions and 2 deletions

View File

@@ -56,8 +56,8 @@ int _scrollbar_start_pos;
int _scrollbar_size;
byte _scroller_click_timeout;
bool _scrolling_scrollbar;
bool _scrolling_viewport;
bool _scrolling_scrollbar; ///< A scrollbar is being scrolled with the mouse.
bool _scrolling_viewport; ///< A viewport is being scrolled with the mouse.
SpecialMouseMode _special_mouse_mode; ///< Mode of the mouse.