CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020

    Twin mouse workstation

    How often have you had someone ask you something, then grab your mouse to show you what they are talking about? After a while you both start grabbing the mouse off each other.

    Wouldn't it be nice if workstations had two mice: one for the user and one for the visitor. The visitor mouse would be restricted in what it could do and the cursor would be different.
    Succinct is verbose for terse

  2. #2
    Join Date
    Jul 2002
    Location
    Don't Know, Don't Care
    Posts
    346
    Actually that wouldn't be as far fetched as some people would think. It would be (relatively) easy to do on an open source OS like linux for example, where you can get your hands on all the code. However i don't think you could extend windows in this manner, you'd have to mess with the ms mouse driver, which i don't think they release code for. But if you come up with something that works you should definetly copyright it and pitch the idea somewhere. If that comes up empty you can always just keep it for yourself, either way good luck on the idea.

    C G C F A D--Feel the Noise

    "When your life goes nowhere and leads back to me, doesn't that tell you something?"
    ~Gray Area Fury

  3. #3
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    I only thought about this one because I operate my mouse with my left hand, even though I'm right handed. This means I won't pick up the wrong mouse. I can see a problem picking up the wrong rodent if both rodents are on the same side.

    I suppose I'll have to find out about Linux device drivers first. What a brilliant way to spend Christmas and New Year.
    Succinct is verbose for terse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured