Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple mouse cursors on Windows 7

We are using CPNMouse for an application running on Windows XP. One mouse device is detached from the normal event queue, so we can get it's position and events and draw the cursor ourselves.

Unfortunately, CPNMouse does not work on Windows Vista/7 (see here). Is there any library/SDK that provides the same capabilities on Windows 7?

Just to clarify - we want the "normal" cursor to be present and to draw another cursor, that should be mapped to a different mouse device.


Update: CPNMouse is no longer supported and its previously "open source" withdrawn from SourceForge. Only this legacy documentation page exists on the official CPN Tools site.

Looks like only commercial products are available...

  • MiniFrame SoftXpand
  • MultiMouse

If anyone has a copy of the original source from SourceForce please post a link here... Assuming the original license was a standard SourceForge (open to share/expand) variant it should be okay for someone to fork it to a new project for continued development (of a free tool).

like image 745
kshahar Avatar asked Apr 19 '10 08:04

kshahar


1 Answers

Take a look at the MultiPoint SDK, which allows for up to 25 cursors on the same display, which also supports Windows 7.

like image 200
Rowland Shaw Avatar answered Oct 17 '22 13:10

Rowland Shaw