c++中如何实现点击鼠标时显示坐标?
答案:2 悬赏:30 手机版
解决时间 2021-04-06 14:23
- 提问者网友:最美的风景
- 2021-04-05 15:59
c++中如何实现点击鼠标时显示坐标?
最佳答案
- 五星知识达人网友:你哪知我潦倒为你
- 2021-04-05 17:37
重载:afx_msg void OnLButtonDown( UINT nFlags, CPoint point );
可获取point坐标.
可获取point坐标.
全部回答
- 1楼网友:天凉才是好个秋
- 2021-04-05 18:53
void gotoxy(int x, int y)
{
coord pos = {x,y};
handle hout = getstdhandle(std_output_handle);
setconsolecursorposition(hout, pos);
}
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯