Mouse Driver Changes for a Disabled Person


Go Back   Computer Help Articles > Windows XP Hardware
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 02:19 AM
Dok. Wonabbey
 
Posts: n/a
Default Mouse Driver Changes for a Disabled Person

My wife suffers from MS and is bedridden but still retains some movement in
her hands. I have just built a system to give access to the internet,
telephone system and DTV broadcasts via a modified mouse and large,
flat-panel screen.
In the second phase we want to install an alarm function with a variety of
triggers. One of these triggers will execute the alarm function when any
mouse button is held down for four seconds (the alarm function includes the
appropriate cancellation processing). This trigger needs to be available at
all times.
Is it possible to modify the mouse driver or a background process to do
something like this?

If MouseButtonDownEvent then
Set Alarm to True
Set SoundAlarm to (Now + 4 seconds)
Loop until SoundAlarm = Now
HandleEvents
(end of loop)
If Alarm is True then
Execute Alarm Process.
If MouseButtonUpEvent then
Set Alarm to False.

Please excuse the presentation but I think it's clearer this way.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: WMP crashes my Internet Explorer H. Dox Windows Media Player 1 01-05-2006 04:11 PM
Microsoft game; Age of Empires II... MrHasselblad Windows XP Games 16 01-05-2006 07:54 AM
New Video Card or Just Tweaking Needed? HartsVideo Windows XP Video 10 01-05-2006 07:26 AM
One-way connection: networked XP/2000 PC's Cheryl Windows XP Network Web 22 01-05-2006 04:11 AM
USB Mass Storage Device - This device cannot start. (Code 10) lobo201 Windows XP Hardware 11 01-05-2006 02:15 AM


All times are GMT. The time now is 08:06 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Mouse Driver Changes for a Disabled Person