通过鼠标单击获取特定坐标

时间:2014-05-11 08:31:10

标签: c mouse coordinates

你好我们在c中遇到问题。我想获得特定的坐标范围。 如何用c解决这个问题 here is screen shot of my program 我想我的代码将是

int x,y;
 in.x.ax = 3;
 int86 (0X33,&in,&out);
 if (out.x.bx == 1)
 {
 x = out.x.cx;
 y = out.x.dx;
 user='X';
 if(x-64==0 && y-80==0){

但这不是一个好选择

0 个答案:

没有答案