Since this keeps coming up. Sync engine and frontend wheel handling, again.
authornemo
Wed, 29 May 2013 17:47:54 -0400
changeset 9082 d971f88c71c0
parent 9080 9b42757d7e71
child 9083 6d2efdca5da2
child 9084 ed8f6cc61884
Since this keeps coming up. Sync engine and frontend wheel handling, again.
hedgewars/uInputHandler.pas
--- a/hedgewars/uInputHandler.pas	Wed May 29 15:12:06 2013 -0400
+++ b/hedgewars/uInputHandler.pas	Wed May 29 17:47:54 2013 -0400
@@ -289,8 +289,8 @@
 DefaultBinds[KeyNameToCode(_S'y')]:= 'confirm';
 
 DefaultBinds[KeyNameToCode('mousem')]:= 'zoomreset';
-DefaultBinds[KeyNameToCode('wheelup')]:= 'zoomout';
-DefaultBinds[KeyNameToCode('wheeldown')]:= 'zoomin';
+DefaultBinds[KeyNameToCode('wheelup')]:= 'zoomin';
+DefaultBinds[KeyNameToCode('wheeldown')]:= 'zoomout';
 
 DefaultBinds[KeyNameToCode('f12')]:= 'fullscr';