You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TwoLaserHead-PushJig/LaiPuLaser/MouseToolSetMarkPt.h

12 lines
243 B
C++

#pragma once
#include "mousetool.h"
//手动指定理论定位点
class CMouseToolSetMarkPt :public CMouseTool
{
public:
CMouseToolSetMarkPt(void);
~CMouseToolSetMarkPt(void);
virtual void OnLButtonDown(UINT nFlags, CPoint point,CClientDC &dc);
};