BCGSuite for MFC
virtual BOOL CBCGPGestureBase::OnGestureEventPan ( const CPoint &  ptFrom,
const CPoint &  ptTo,
CSize &  sizeOverPan 
)
protectedvirtual

Called by the framework to handle BCGP_GID_PAN notification

Parameters
ptFromThe start point of the gesture pan event.
ptToThe finish point of the gesture pan event.
sizeOverPan[in,out] The size over pan.
Returns
TRUE if event was handled, FALSE - otherwise.