Changeset 6998 in orxonox.OLD for trunk/src/lib/gui
- Timestamp:
- Feb 3, 2006, 12:29:57 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gtk_gui/gui_keys.cc
r6997 r6998 119 119 pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_LEFT, "a")); 120 120 pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_RIGHT, "d")); 121 122 pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_UP, "r")); 123 pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_DOWN, "f")); 121 124 pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_ROLL_LEFT, "q")); 122 125 pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_ROLL_RIGHT, "e")); 126 123 127 pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_FIRE, "BUTTON_LEFT")); 124 128 pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_NEXT_WEAPON, "m")); 125 129 pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_PREV_WEAPON, "n")); 130 pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_CHANGE_SHIP, "g")); 126 131 closeButton = new Button("close"); 127 132 #ifdef HAVE_GTK2
Note: See TracChangeset
for help on using the changeset viewer.