mouse(55分)

  • 主题发起人 主题发起人 oo
  • 开始时间 开始时间
O

oo

Unregistered / Unconfirmed
GUEST, unregistred user!
如何获得mouse在桌面的位置.具体一点please.<br>最好从'Begin'开始<br>Beause i'm a learner &nbsp; &nbsp;;-(<br>Thanks.
 
BOOL GetCursorPos(<br><br>&nbsp; &nbsp; LPPOINT lpPoint // address of structure for cursor position &nbsp;<br>&nbsp; &nbsp;);
 
用delphi封装好的更方便:<br>var pnt:tpoint:<br>begin<br>&nbsp; pnt:=getcursorpos;<br>end;<br>
 
cakk: 是么?我怎么记得DELPHI的GETCURSORPOS是用在TCHART上的<br>好象得到的不是MOUSE在WINDOWS上的真正坐标(可能记错了)
 
是我搞错了. &nbsp;:-[
 
有个预定义的全局变量Mouse:<br><br><br>x=Mouse.CursorPos.X;<br>y=Mouse.CursorPos.Y;
 
多人接受答案了。
 
后退
顶部