home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2002 December / CMYCHA200212.iso / NBA2003 / NBALive2003_Demo_English.exe / interface / configs / FireStorm.fec < prev    next >
Text File  |  2002-10-25  |  891b  |  47 lines

  1. // FE bindings for Logitech WingMan ActionPad
  2.  
  3. bind +button0 +SELECT
  4. bind -button0 -SELECT
  5.  
  6. bind +button1 +MENU
  7. bind -button1 -MENU
  8.  
  9. bind +button5 +SPECIAL1
  10. bind -button5 -SPECIAL1
  11.  
  12. bind +button7 +SPECIAL2
  13. bind -button7 -SPECIAL2
  14.  
  15. bind +button2 +SWITCHLAYER
  16. bind -button2 -SWITCHLAYER
  17.  
  18. bind +button3 +PREVSCREEN
  19. bind -button3 -PREVSCREEN
  20.  
  21. bind +button9 +NEXTSCREEN
  22. bind -button9 -NEXTSCREEN
  23.  
  24. bind +button4 +PREVGROUP
  25. bind -button4 -PREVGROUP
  26.  
  27. bind +button6 +NEXTGROUP
  28. bind -button6 -NEXTGROUP
  29.  
  30. bind pov0_e FE_RIGHT
  31. bind pov0_w FE_LEFT
  32. bind pov0_center FE_XCENTER
  33.  
  34. bind pov0_s FE_DOWN
  35. bind pov0_n FE_UP
  36. bind pov0_center FE_YCENTER
  37.  
  38. // axis0 is the left/right of the left stick
  39. bind +axis0 FE_RIGHT
  40. bind -axis0 FE_LEFT
  41. bind =axis0 FE_XCENTER
  42.  
  43. // axis1 is the up/down of the left stick.
  44. bind +axis1 FE_DOWN
  45. bind -axis1 FE_UP
  46. bind =axis1 FE_YCENTER
  47.