Date: Mon, 31 May 2004 15:54:14 -0400 From: tj <999alfred@comcast.net> Subject: Re: [nanogui] Touchscreen pointer disappearing when moved first time Greg, I mae a mistake last night about the cursor vs pointer movement. I was still running the nano-X with my fix. Forgot to change to /bin directory for ftp on target. Blame it on to late at night :-). Sorry. Anyway, here are the results of my testing with teh only change to spource being to remove the GdHideCursor() in PD_Open(), mou_touchscreen.c. All the directions are realtive to the upper left corner, (0,0), of the respective screen oreintation. I.E. the cursor arrow pointing to the upper left corner. nxcal -f was run after each time nano-X was run. Format is pointer move direction = actual cursor move direction. nano-X -p: +x = +y -x = -y +y = +x -y = -x nano-X -p -D: +x = +y -x = -y +y = -x -y = +x nano-X -p -L: +x = -y -x = +y +y = +x -y = -x nano-X -p -R: +x = -y -x = +y +y = +x -y = -x Hope this helps you sort it out. tj Greg Haerr wrote: >tj - thanks, looks like a bug, I'll investigate. I'll get that the >there's not an x transform properly being made. > >Regards, > >Greg > > >