It's easy to overlay an image. It's easy to make the overlaid image translucent. There are APIs in Windows that allow applications to do these things, and they have been in Windows for years.
The problems are (1) moving the overlay as fast as a cursor moves and (2) not creating visual artifacts as it moves.
If you're willing to hook DLLs and go outside the normal OS APIs, it's a different story. I assume that's what Innerspace does. But that's not practical for Mojo.
Edit: Or if you wrote your own device driver and manipulated video hardware directly -- I guess that's a theoretical possibility but it's not practical.
If I'm overlooking something, somebody please tell me!![]()
Connect With Us