Mouse Overlord is an open source plugin for REALbasic that captures the mouse cursor and receives events for movement deltas, states for up to 16 buttons, and scroll wheel deltas. Mouse Overlord was designed with video games in mind, providing functionality required to navigate through first/third person 3D games. Utility methods are also provided to hide, show, and move the cursor, as well as force event updates asynchronously from within a tight loop.
What's new in this version:
- Mac OS X i386 support (Intel/Universal Binary targets)
- Cursor visibility is now left entirely up to the application developer. E.g. Capturing and releasing the mouse no longer automatically hide and show the cursor.
- The "Hide/Show are absolute" change in v1.4 has been reverted. This was problematic and not at all reliable.
- No longer uses QuickDraw functions on Mac OS X (deprecated as of 10.4)
- Mac OS X Mach-O segments have significantly reduced in size
- Fixed a typedef mismatch when using Boolean values as parameters vs return values
. Follow the link and
free download Mouse Overlord Plugin now.
DETAILS