Thread: How to load mouse without..

  1. #1
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807

    How to load mouse without..

    using dos.h?
    Cause I'am using Borland C++ Builder, and he haven't a full dos.h
    and doesn't support int86 function, how to solve the problem?

    Thanks.

  2. #2
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Use DirectInput?
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  3. #3
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807

    ahh?

    Hmm, can you give me a simple example, or a link?
    remember, I want to make a console program..

  4. #4
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    I don't think you can use the mouse in a console application...
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  5. #5
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807

    Sure I can...

    using int85() to initiate them and that's it..
    or a better question, is possible to use interrrupts on Borland C++ Builder?

  6. #6
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807

    int86() sorry.

    int86()

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. need Help in Mouse Pointer
    By obaid in forum C++ Programming
    Replies: 3
    Last Post: 12-07-2006, 03:33 AM
  2. Problem in mouse position
    By Arangol in forum Game Programming
    Replies: 6
    Last Post: 08-08-2006, 07:07 AM
  3. Just finished assembly assignment
    By xddxogm3 in forum Tech Board
    Replies: 6
    Last Post: 10-08-2005, 04:01 PM
  4. Making a mouse hover button, API style
    By hanhao in forum C++ Programming
    Replies: 1
    Last Post: 05-27-2004, 06:17 AM
  5. Game Design Topic #2 - Keyboard or Mouse?
    By TechWins in forum Game Programming
    Replies: 4
    Last Post: 10-08-2002, 03:34 PM