Re: system mouse pointer by Doron
Doron
Mon Feb 09 01:14:03 CST 2004
there is no such thing as a 2nd mouse pointer windows. there is only one
cursor. for what you are doing, it is easier to stay out of the kernel and
just use SendInput to affect the single cursor. if you want 2, you will
have to go through some pretty serious pains to get things working in a
compatible manner with all apps.
d
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only.
"Tim Reago" <info@edenspeace.com> wrote in message
news:eS1MUWQ7DHA.360@TK2MSFTNGP12.phx.gbl...
> Thanks for replying Doron,
>
> Two things I would like to do to improve my web cam and voice activated
> mouse software before I release it (see
www.spitbit.com/mousehead/index.htm,
> free tipware download).
>
> 1) Directly display the secondary pointer. Currently using an image
painted
> on to a transparent borderless window with regions to isolate the shape of
> the pointer.
>
> 2) Decide the best place to send messages into the kernel, i.e. root
device,
> pci bus pdo/fdo, usb bus pdo/fdo or periphrial pdo/fdo. Particularly for
> mouse messages, I don't want to cause the primary mouse to move. And I
want
> the rest of the system to react normally as if the secondary mouse was the
> same as the primary system mouse. Two fully functional independent mouse
> pointers, the standard mouse and the web cam activated mouse.
>
> For a subsequent release:
>
> 3) MouseHead currently produces 6DOF joystick data from the video web cam
> input. Sending joystick message data is next on the list. Where ever I
> plug in for mouse messaging I would like to use the same hook point for
> joystick and keyboard messages.
>
> Thanks for any help you can provide,
> Tim Reago
>
>
>