Thread: USB mouse support

  1. #1
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401

    Exclamation USB mouse support

    i downloaded the mouse.c file by David Brackeen, but it seems to be only for serial mouses. I have a Microsoft Intellimouse Explorer 3.0 5 button scrollwheel USB mouse, and i'd really like to find out how i can use the mouse and all its features. Im using turbo C 2.01 under Windows 98.

    any help or ideas or anything would be appreciated

    bennyandthejets
    Last edited by bennyandthejets; 07-09-2002 at 07:05 AM.
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  2. #2
    Unregistered
    Guest
    I don't think you can have USB support with Turbo C can you?

    I have only ever done mouse stuff with the serial port in Turbo. Maybe you should use VC++.

  3. #3
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401

    Unhappy you're kidding

    you;ve got to be kidding; if i cant use my mouse(or the USB port) i stop programming right now

    isn't it just a matter of writing to and reading from a specific memory location?

    bennyandthejets

  4. #4
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401

    Unhappy argggggh

    doesn't anyone know about USB mouse support
    plz reply!

    bennyandthejets
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. failure to import external C libraries in C++ project
    By nocturna_gr in forum C++ Programming
    Replies: 3
    Last Post: 12-02-2007, 03:49 PM
  2. Dev-cpp - compiler options
    By tretton in forum C Programming
    Replies: 7
    Last Post: 01-06-2006, 06:20 PM
  3. Mouse support in Dos
    By sp00k in forum C Programming
    Replies: 5
    Last Post: 05-17-2002, 10:46 PM
  4. Mouse support in console mode
    By GaPe in forum C Programming
    Replies: 1
    Last Post: 04-17-2002, 05:15 AM