Thread: Mouse Header File

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    9

    Question Mouse Header File

    Can anyone tell me wher eI can find a good header file to allow me to use the mouse in my DOS programs... and if at all possible maybe a snippet showing how exactly it works.

    Thx in advance!

  2. #2
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    there isn't one i know of per se... but check out interrupt 33h... for more info search for ralph brown's interrupt list...
    hasafraggin shizigishin oppashigger...

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Code your own using doubleanti's advice. There are usually only 9 core functions you have to worry about, 5 of which I rarely ever use.

  4. #4
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    yes, there isn't much use for hardware cursors and other things... but perhaps press/release data is useful for doubleclick/hold gui style... i've never used them much as i've avoided an extensive mouse interface as of yet...
    hasafraggin shizigishin oppashigger...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie homework help
    By fossage in forum C Programming
    Replies: 3
    Last Post: 04-30-2009, 04:27 PM
  2. File transfer- the file sometimes not full transferred
    By shu_fei86 in forum C# Programming
    Replies: 13
    Last Post: 03-13-2009, 12:44 PM
  3. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  4. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  5. Replies: 6
    Last Post: 04-02-2002, 05:46 AM