home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / scrawl / readme.txt < prev    next >
Text File  |  1997-07-14  |  698b  |  24 lines

  1. Basic demonstration of DirectInput exclusive mouse usage.  Lets
  2. you draw on the screen with the mouse.  Note that this is not
  3. particularly well-suited to DirectInput because the app acts
  4. pretty much like a normal Windows application, but at least you
  5. can see how the calls are made.  Right-click to display a menu
  6. of options.
  7.  
  8. This sample program demonstrates the following:
  9.  
  10. * Creating interfaces to DirectInputDevice objects.
  11.  
  12. * Acquiring and unacquiring devices.
  13.  
  14. * Reading buffered device data.
  15.  
  16. * Event notifications for device activity.
  17.  
  18. * Restricting the mouse to an arbitrary region.
  19.  
  20. * Scaling raw mouse coordinates before using them.
  21.  
  22. * Use of relative axis mode.
  23.  
  24.