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>2015-01-03 20:23:13 +0000
committerStijn Buys <ingar@osirion.org>2015-01-03 20:23:13 +0000
commit57d958d40af061e83aa99ca12e375e5345836ecd (patch)
tree99969fa526093b0be9d944a810908272882e9408 /src/client/keyboard.cc
parent85671408eed36060f5ff4799f2ee153d66e16282 (diff)
Added freelook support. added +freelook action and set it as default bind for the left mouse button.
Diffstat (limited to 'src/client/keyboard.cc')
-rw-r--r--src/client/keyboard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/keyboard.cc b/src/client/keyboard.cc
index 70bca9e..86fb2d4 100644
--- a/src/client/keyboard.cc
+++ b/src/client/keyboard.cc
@@ -224,7 +224,7 @@ Keyboard::Keyboard()
add_key("euro", SDLK_EURO);
// mouse button aliases
- add_key("mouse1", 512 + SDL_BUTTON_LEFT, 0, "+control");
+ add_key("mouse1", 512 + SDL_BUTTON_LEFT, 0, "+freelook");
add_key("mouse2", 512 + SDL_BUTTON_RIGHT, 0, "+fire");
add_key("mouse3", 512 + SDL_BUTTON_MIDDLE);