Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Virtual mouse driver

Reply
Thread Tools Display Modes

Virtual mouse driver

 
 
Junior Member
Join Date: May 2011
Posts: 1

 
      05-02-2011
I need to implement a touch screen driver that reads data from an SM bus. Since I'm new to driver development, I decided to start with something simpler first. I just when to create a virtual mouse driver that will send fake MOUSE_INPUT_DATA.

I started from the moufiltr sample and was successful in creating a driver that loads as a mouse (in "Mice and other pointing devices"). My driver saved the callback data passed by mouclass when it sends IOCTL_INTERNAL_MOUSE_CONNECT and calls this callback function every second with a fake mouse data. This seems to work fine as I see that the callback has consumed the data sent. However, the mouse never moves...

It looks like Windows system is not reading from my mouse driver. Any hint about what could be wrong or missing?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Virtual HID Mouse Driver mike Windows Vista Drivers 0 10-04-2010 08:18 PM
Vista32, new driver? & USB Mouse/Keyboard not working Scott J. Stringfellow Windows Vista Hardware 27 04-01-2010 05:22 PM
Slow Vista startup Jedi940 Windows Vista Performance 1 01-13-2008 08:50 PM
BUGCODE_USB_DRIVER with external USB HDD PHILIPS Deathwing00 Windows Vista Hardware 11 06-15-2007 07:02 PM
Re: No Matter What Installations Won't Boot On My Laptop Richard Urban Windows Vista Installation 1 01-06-2007 05:08 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59