Mouse Overlord Classes

A REALbasic plug-in that adds an application subclass and global methods to control the mouse
Download

Mouse Overlord Classes Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Chaotic Box
  • Publisher web site:
  • http://developer.chaoticbox.com/realbasic.php?tab=classes
  • Operating Systems:
  • Mac OS X 10.2 or later
  • File Size:
  • 34 KB

Mouse Overlord Classes Tags


Mouse Overlord Classes Description

A REALbasic plug-in that adds an application subclass and global methods to control the mouse Mouse Overlord was designed for game developers and it consists basically of a bunch of global methods to help you read the mouse events.Mouse events can also be polled asynchronously from a tight loop.UsagePlace the Mouse Overlord.rbx file into your REALbasic Plugins folder and restart REALbasic to install Mouse Overlord. REALbasic will now contain a new class named MOvApplication, and a new global module named MOv (or global methods prefixed with MOv for REALbasic versions less than 5.5).To use Mouse Overlord in a project, select the App class in the project item list and set its super to MOvApplication. The App class instance will now contain some extra functions & events (see below).The Global functions in the MOv module can be used without subclassing the App class if capture/release functionality isn't required. Requirements: · REALbasic 2006 R4 or later Limitations: · This plugin may not play nice with other plugins or declares that call InputSprocket (on Mac OS 9) or handle Carbon mouse events (on Mac OS X). · · If your extra mouse buttons aren't recognized on Mac OS X, you may have to disable the mouse driver for each application that uses this plugin (or globally, depending on the driver). On Mac OS 9 the opposite is true - your driver must properly support InputSprockets for this plugin to fully work. These issues apply to basically every Mac game ever released, so people with multi-button mice tend to be used this sort of thing. What's New in This Release: · Compatibility update for REALbasic 2008r2 and up ("Attributes" is a reserved word). · New MouseOverlord.CursorIsVisible read-only property.


Mouse Overlord Classes Related Software