stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] demogame/ccl stratagus.ccl


From: Martin Renold
Subject: [Stratagus-CVS] demogame/ccl stratagus.ccl
Date: Wed, 13 Aug 2003 10:39:17 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    demogame
Branch:         
Changes by:     Martin Renold <address@hidden>  03/08/13 10:39:17

Modified files:
        ccl            : stratagus.ccl 

Log message:
        engine scroll commands changed

Patches:
Index: demogame/ccl/stratagus.ccl
diff -u demogame/ccl/stratagus.ccl:1.1 demogame/ccl/stratagus.ccl:1.2
--- demogame/ccl/stratagus.ccl:1.1      Sat Jul 26 09:39:14 2003
+++ demogame/ccl/stratagus.ccl  Wed Aug 13 10:39:17 2003
@@ -26,7 +26,7 @@
 ;;      along with this program; if not, write to the Free Software
 ;;      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 ;;
-;;     $Id: stratagus.ccl,v 1.1 2003/07/26 13:39:14 martinxyz Exp $
+;;     $Id: stratagus.ccl,v 1.2 2003/08/13 14:39:17 martinxyz Exp $
 
 (verbose 4)
 
@@ -40,6 +40,9 @@
 ;;-----------------------------------------------------------------------------
 
 ;;     Edit the next sections to get your look and feel.
+;;     Note, some of those values are overridden by user preferences,
+;;     see ~/.stratagus/preferences1.ccl
+;;     and ~/.stratagus/gamename/preferences2.ccl
 
 ;;     Set the game contrast,brightness,saturation.
 (set-contrast! 100) (set-brightness! 0) (set-saturation! 100)
@@ -305,8 +308,16 @@
 (set-key-scroll-speed! 1)
 
 ;;     Set mouse scroll speed in frames (1=each frame,2 each second,...)
+;;      This is when the mouse cursor hits the border.
 (set-mouse-scroll-speed! 1)
 
+;;      While middle-mouse is pressed:
+;;     Pixels to move per scrolled mouse pixel, negative = reversed
+(set-mouse-scroll-speed-default! 4)
+
+;;     Same if Control is pressed
+(set-mouse-scroll-speed-control! 15)
+
 ;;     Change next, for the wanted double-click delay (in ms).
 (set-double-click-delay! 300)
 
@@ -316,10 +327,6 @@
 ;;     Edit this to enable/disable the display of the command keys in buttons.
 (set-show-command-key! #t)
 ;(set-show-command-key! #f)
-
-;;     Edit this reverse middle mouse button map move direction.
-(set-reverse-map-move! #f)
-;(set-reverse-map-move! #t)
 
 ;;     Uncomment next, to reveal the complete map.
 ;(reveal-map)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]