// (Integer encoded as XYYZZ for use in #if preprocessor conditionals. Work in progress versions typically starts at XYY99 then bounce up to XYY00, XYY01 etc. when release tagging happens)
constboolclicked_around_grab=(mouse_abs_pos>=grab_pos-grab_sz*0.5f-1.0f)&&(mouse_abs_pos<=grab_pos+grab_sz*0.5f+1.0f);// No harm being extra generous here.