how to move mouse pointer

If I want to move mouse pointer from (0,0) to (100,100) by some function of
Neutrino RTP, how to do this?

John

jigang <jigang@jinglun.com.cn> wrote:
: If I want to move mouse pointer from (0,0) to (100,100) by some function of
: Neutrino RTP, how to do this?

Well, if we look in the index of the Photon Library Reference, we’ll find
an entry like this:

pointers

information about
[PhQueryCursor]

moving
absolute position
[PhMoveCursorAbs]

relative position
[PhMoveCursorRel]

Does that help?


Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

Ummm, no. :wink:


“Steve Reid” <stever@qnx.com> wrote in message
news:8trtf2$i9n$1@nntp.qnx.com
| jigang <jigang@jinglun.com.cn> wrote:
| : If I want to move mouse pointer from (0,0) to (100,100) by some function of
| : Neutrino RTP, how to do this?
|
| Well, if we look in the index of the Photon Library Reference, we’ll find
| an entry like this:
|
| pointers
|
| information about
| [PhQueryCursor]
|
| moving
| absolute position
| [PhMoveCursorAbs]
|
| relative position
| [PhMoveCursorRel]
|
| Does that help?

Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems
------------------------------------------