(svn r13182) -Doc: add documentation to mostly rail_gui related functions. Patch by Alberth.

This commit is contained in:
rubidium
2008-05-19 09:24:03 +00:00
parent a1137fcdfe
commit c3fd582c55
4 changed files with 147 additions and 27 deletions

View File

@@ -2661,7 +2661,10 @@ calc_heightdiff_single_direction:;
_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;