mouse over
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 825
Mouse Overlord Plugin 1.5
Mouse Overlord adds an application subclass and global methods to control and read the mouse more>>
Mouse Overlord Plugin is able to capture the mouse cursor and to receive events for movement deltas, states for up to 16 buttons, and scroll wheel deltas. Mouse events can also be polled asynchronously from a tight loop.
Mouse Overlord adds an application subclass and global methods to control and read the mouse in ways specifically designed for game developers.
Usage
Place 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 isnt required.
Version restrictions:
- 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 arent 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.
<<lessMouse Overlord adds an application subclass and global methods to control and read the mouse in ways specifically designed for game developers.
Usage
Place 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 isnt required.
Version restrictions:
- 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 arent 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.
Download (122KB)
Added: 2006-12-07 License: Freeware Price:
1066 downloads
Mouse 2.0
Mouse is considered as a smart and useful windoid which shows the current screen coordinates of your mouse, current coordinates within the top window, optional changes in screen coordinates, and the RGB and Hex color values of the screen directly underneath the current mouse point. more>>
Mouse 2.0 is considered as a smart and useful windoid which shows the current screen coordinates of your mouse, current coordinates within the top window, optional changes in screen coordinates, and the RGB and Hex color values of the screen directly underneath the current mouse point.
Download (148.4KB)
Added: 2002-05-27 License: Freeware Price:
downloads
Other version of Mouse
Mouse Locator 1.1
Mouse Locator is a usefull utility that ads a high visibility locator that instantly pinpoints your mouse position more>>
Mouse Locator is a usefull utility that ads a high visibility locator that instantly pinpoints your mouse position.
Main features:
- High Visibility Locator instantly pinpoints your Mouse position.
- Automatically triggers after a controllable time period, from 1 second to 30 minutes.
- When you next move your mouse, its location is immediately revealed.
- Eliminates the frustrating search of your screen.
- Visible indication of mouse button clicks.
- An indispensable addition to Mac OS X.
Enhancements:
- Universal Binary, for Macs powered by PowerPC or Intel processors.
- French localization of preference pane.
- Extra locations for custom graphics.
- Infinite setting for trigger time.
- Infinite setting for delay time.
- Fix for white square bug on DVD player.
<<lessMain features:
- High Visibility Locator instantly pinpoints your Mouse position.
- Automatically triggers after a controllable time period, from 1 second to 30 minutes.
- When you next move your mouse, its location is immediately revealed.
- Eliminates the frustrating search of your screen.
- Visible indication of mouse button clicks.
- An indispensable addition to Mac OS X.
Enhancements:
- Universal Binary, for Macs powered by PowerPC or Intel processors.
- French localization of preference pane.
- Extra locations for custom graphics.
- Infinite setting for trigger time.
- Infinite setting for delay time.
- Fix for white square bug on DVD player.
Download (275KB)
Added: 2006-06-16 License: Freeware Price:
1241 downloads
Mouse script 2.0
Mouse script - Shows a floating window with mouse coordinates more>>
Mouse posts a small floating window showing horizontal and vertical screen coordinates of the mouse, coordinates in the front window, and changes in coordinates since the option key was pressed.
It also shows color under the mouse in RGB and hex.
Window can be dragged anywhere and the position will be remembered.
<<lessIt also shows color under the mouse in RGB and hex.
Window can be dragged anywhere and the position will be remembered.
Download (112KB)
Added: 2006-01-25 License: Freeware Price:
1409 downloads
Contour Mouse Driver 1.4
Contour Mouse Driver - Driver for Contour Design Perfit Mouse Optical, Perfit Mouse, UniMouse, MiniPro Mouse and RollerMouse more>>
Contour Mouse Driver contains OS X driver for Contour Design Perfit Mouse Optical, Perfit Mouse, UniMouse, MiniPro Mouse and RollerMouse.
Enhancements:
- Support for Mac OS 10.3 (Panther)
- RollerMouse version 2 enabled.
System requirements:
- USB port.
<<lessEnhancements:
- Support for Mac OS 10.3 (Panther)
- RollerMouse version 2 enabled.
System requirements:
- USB port.
Download (574KB)
Added: 2006-05-04 License: Freeware Price:
1269 downloads
Danger Mouse Icons
Danger Mouse is a set of 13 cartoon icons based on the British kids cartoon, Danger Mouse. Danger Mouse was the premiere pint sized secret agent that protected the Queen and the country from the evil more>> Danger Mouse is a set of 13 cartoon icons based on the British kids cartoon, Danger Mouse. Danger Mouse was the premiere pint sized secret agent that protected the Queen and the country from the evil Silas Greenback. Danger Mouse was assisted by his trusty sidekick Penfold who always had a snappy one-liner to deliver.
Requirements:
None
<<lessNone
Download (138K)
Added: 1998-06-11 License: Free Price:
downloads
MouseStat 1.0.1
MouseStat - a menu bar status item that displays mouse location coordinates more>>
MouseStat is a small utility, a menu bar status item that displays mouse location coordinates in the menu bar. (Corner origin is configurable.)
<<less Download (95KB)
Added: 2007-05-09 License: Freeware Price:
901 downloads
Follow Mouse 2.0
Follow Mouse shows to REALbasic developers how to draw with coregraphics and how to use the window groups with declares to move the window to the front (over the dock) or the back (behind desktop more>> Follow Mouse shows to REALbasic developers how to draw with coregraphics and how to use the window groups with declares to move the window to the front (over the dock) or the back (behind desktop icons).
Requirements:
Mac OS X 10.2 or later, REALbasic 5.0 or later.
Mac OS X 10.2 or later, REALbasic 5.0 or later.
Enhancements:
<<less- Support for multiple screens.
- New option to show only on non moving mouse and after a few seconds.
Download (984K)
Added: 2005-05-30 License: Free Price:
downloads
Other version of Follow Mouse
License:Freeware
License:Freeware
Contour Mouse 1.4
Contour Mouse is a driver used for mice designed by Contour Design. more>>
Contour Mouse 1.4 is a driver used for mice designed by Contour Design. It is free.
Requirements:
- Mac OS X 10.1.2 or later
- Contour Design mouse.
Download (574K)
Added: 2003-12-23 License: Free Price:
downloads

MouseCommand 11.0
MouseCommand is the driver software for the MacMice branded optical mouse. It supports all USB and Bluetooth wireless versions of The Mouse, The Mouse BT, and The Ball more>> MouseCommand is the driver software for the MacMice branded optical mouse. It supports all USB and Bluetooth wireless versions of The Mouse, The Mouse BT, and The Ball.
Requirements:
Mac OS X 10.3 or later, MacMice USB or Bluetooth mouse or trackball
Mac OS X 10.3 or later, MacMice USB or Bluetooth mouse or trackball
Enhancements:
Version 11.0:
<<lessVersion 11.0:
- Bluetooth mouse and trackball support
- Complete assignability of buttons
- Wide settings range for scroll wheel
Download (203K)
Added: 2005-01-24 License: Free Price:
downloads
Boston-Mouse In The Sewer 1.0
Boston-Mouse In The Sewer is a fantastic game which can help you fill all of that spare time on your hands! more>> <<less
Download (33.2MB)
Added: 2009-03-08 License: Free Price:
downloads

Mickey Mouse Widget 1.0
Mickey Mouse Widget is considered to be a versatile widget with the ability to make Mickey Mouse appear on your Dashboard. more>> Mickey Mouse Widget 1.0 is considered to be a versatile widget with the ability to make Mickey Mouse appear on your Dashboard.
Requirements: Mac OS X 10.4 or later.
Download (485K)
Added: 2008-10-16 License: Free Price:
downloads
Quicksilver Mouse Triggers 1.0
Quicksilver Mouse Triggers - Trigger actions plugin for Quicksilver more>>
Quicksilver Mouse Triggers allows Quicksilver to perform a variety of actions using the corners and edges of the main screen.
Enhancements:
- Only works on the main screen, future versions will support multiple monitors.
<<lessEnhancements:
- Only works on the main screen, future versions will support multiple monitors.
Download (61KB)
Added: 2006-09-06 License: Freeware Price:
670 downloads
Danger Mouse 2004 1.0
Danger Mouse 2004 - Danger Mouse icon set more>>
Danger Mouse...Danger Mouse!!! Why is Penfold in the middle? Cause hes the best yo! This is one awesome set that will really take you back--Colonel K, Nero, Dangermouse himself--its got em all!
The icons are beautifully drawn and look best in 128x128 at 32bit mode.
<<lessThe icons are beautifully drawn and look best in 128x128 at 32bit mode.
Download (398KB)
Added: 2006-03-20 License: Freeware Price:
1323 downloads
MuViNews 1.0
The MuViNews RSS Feed Reader widget displays the most recent news articles from MuViNews (Italian and European museums) more>>
The MuViNews widget will grab the RSS feed of the top stories off of MuViNews (exhibits, activities, laboratories, and latest news from Italian and European museums) and display the article titles.
Search the list of articles and click on the one you wish to read more about (or mouse-over for summary). The clicked article will then open in your browser. The tool includes a news search box.
<<lessSearch the list of articles and click on the one you wish to read more about (or mouse-over for summary). The clicked article will then open in your browser. The tool includes a news search box.
Download (154KB)
Added: 2006-08-23 License: Freeware Price:
1157 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mouse over search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed