Hi,

Mouse whell movement is adding 6 to MRow() and 9 to MCol(). 
It is a bug ?


#include "inkey.ch"

proc main

local n := 0

setmode(25,80)

cls

while n != K_ESC

   n := inkey(0,INKEY_ALL)

   @ 12,30 say strzero(mrow(),2)+"/"+strzero(mcol(),2)

enddo

ps: xharbour cvs/Pelles 6.x/Windows Vista/GTWin

regards,
EF




      
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to