Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-16 18:47:01 +0000
committerStijn Buys <ingar@osirion.org>2008-11-16 18:47:01 +0000
commit44158ccfbe943b832c0e0bf9ce547212aa6c2b8b (patch)
tree3749d855271779b65283f86599c0faebdfdf4318 /src/client/keyboard.cc
parent315a8c2dff9b76ac5e1ebbef265f13ac19d65e3d (diff)
camera zoom
Diffstat (limited to 'src/client/keyboard.cc')
-rw-r--r--src/client/keyboard.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/keyboard.cc b/src/client/keyboard.cc
index a29b601..232e0bb 100644
--- a/src/client/keyboard.cc
+++ b/src/client/keyboard.cc
@@ -45,6 +45,9 @@ Keyboard::Keyboard()
add_action("+camup", Action::None, "rotate camera up");
add_action("+camdown", Action::None, "rotate camera down");
+ add_action("+zoomin", Action::None, "zoom camera in");
+ add_action("+zoomout", Action::None, "zoom camera out");
+
add_action("+thrustup", Action::None, "increase thruster");
add_action("+thrustdown", Action::None, "decrease thruster");