home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Dema / balloonrain_trial.exe / Data / Pak01.pak / menu / configmouse.menu < prev    next >
Text File  |  2004-06-22  |  763b  |  69 lines

  1. def x1        320
  2. def x2        350
  3. def y        0
  4. def dy        32
  5.  
  6. Include Menu.Def
  7.  
  8. Background #PreviousMenu
  9.  
  10. FontSize    Default 15 24
  11. FontSize    Selected 16 28
  12.  
  13. def    #Section    Joy1
  14. def    #AutoBack    AutoBack1
  15.  
  16.  
  17. item
  18. {
  19.     Text MseSense
  20.     Add y dy
  21.     Pos x1 y Right
  22. }
  23.  
  24.  
  25. item
  26. {
  27.     SlideButton SlideBar SlideButton
  28.     Pos x2 y Left
  29.     OnAction
  30.     {
  31.         SlideCfg /Game/Mouse 0.1 4.0 39
  32.         UpdateMouse
  33.     }
  34. }
  35.  
  36.  
  37. item
  38. {
  39.     Text MseFilter
  40.     Add y dy
  41.     Pos x1 y Right
  42. }
  43.  
  44.  
  45. item MFilter
  46. {
  47.     CycleButton #Text
  48.     Pos x2 y Left
  49.     Add y dy
  50.     OnAction
  51.     {
  52.         SlideCfg /Game/MouseFilter 0 2 2
  53.         UpdateMouse
  54.     }
  55. }
  56.  
  57. item
  58. {
  59.     Text Default
  60.     Pos x1 y Center
  61.     OnAction
  62.     {
  63.         SetCfg /Controller/#AutoBack 0.15
  64.         SetCfg /Game/MouseFilter 0
  65.         SetCfg /Game/Mouse 1
  66.         UpdateMouse
  67.     }
  68. }
  69.