SRGraphView::OnMouseMove

void SRGraphView::OnMouseMove(UINT nFlags, CPoint point)

Handles mouse move events
Every time the mouse moves in our window, we trigger a timer to measure 1.5 seconds of elapsed time. If the mouse keeps moving, the timer will never reach 1.5 seconds. If it stops for more than 1.5 seconds, the OnTimer routine will be invoked and we can perform our timed task.

Defined in: GraphVw.cpp

Parameters

nFlags

Flags (unused)

point

Mouse position