Mercurial > hg > openttd
diff src/viewport.cpp @ 9314:93a764ca7ec7 draft
(svn r13182) -Doc: add documentation to mostly rail_gui related functions. Patch by Alberth.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Mon, 19 May 2008 09:24:03 +0000 (2008-05-19) |
parents | 85a62fb8608f |
children | 2b0c6e62535e |
line wrap: on
line diff
--- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -2661,7 +2661,10 @@ _thd.selend.y = y; } -/** while dragging */ +/** + * Handle the mouse while dragging for placement/resizing. + * @return Boolean whether search for a handler should continue + */ bool VpHandlePlaceSizingDrag() { if (_special_mouse_mode != WSM_SIZING) return true;