home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8vbsdk.exe / samples / multimedia / vbsamples / directinput / actionmapper / readme.txt < prev   
Encoding:
Text File  |  2000-09-22  |  1.4 KB  |  39 lines

  1. //-----------------------------------------------------------------------------
  2. // Name: ActionMap DirectInput Sample
  3. // 
  4. // Copyright (c) 1998-2000 Microsoft Corporation. All rights reserved.
  5. //-----------------------------------------------------------------------------
  6.  
  7.  
  8. Description
  9. ===========
  10.    The ActionMap sample illustrates the use of DirectInputs ActionMapping feature.
  11.    this feature allows you to assign various keys to constants that are kept in
  12.    a queue that the application can read at any time. This sample also show how
  13.    those mappings can be user configurable.
  14.  
  15.    
  16. Path
  17. ====
  18.    Source:     MSSDK\Samples\Multimedia\Vbsamples\DirectInput\ActionMap
  19.    Executable: MSSDK\Samples\Multimedia\vbsamples\DirectInput\Bin
  20.  
  21.  
  22. User's Guide
  23. ============
  24.    None
  25.     
  26.  
  27. Programming Notes
  28. =================
  29.    ActionMap.cls should not be used unmodified. For the puropose of this sample it will
  30.    query for any and all input devices and does not diffrentiate where the input is comming
  31.    from. Most applications will want to modify the class to respond to only 1 given input
  32.    or diffrentiate the input devices into different players or purposes.
  33.  
  34.    This sample makes use of common DirectX code (consisting of helper functions,
  35.    etc.) that is shared with other samples on the DirectX SDK. All common
  36.    classes and modules can be found in the following directory:
  37.       Mssdk\Samples\Multimedia\VBSamples\Common
  38.  
  39.