home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 27 / NEXT27.iso / pc / demos / emperor / dx3.exe / SDK / SAMPLES / SCRAWL / README.TXT < prev    next >
Text File  |  1996-08-30  |  637b  |  21 lines

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