Changeset 4836 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui_keys.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui_keys.cc
r4746 r4836 29 29 30 30 /** 31 \briefCreates an Keyboard-Frame31 * Creates an Keyboard-Frame 32 32 */ 33 33 GuiKeys::GuiKeys() … … 77 77 78 78 /** 79 \briefDestructs the Keys-stuff79 * Destructs the Keys-stuff 80 80 */ 81 81 GuiKeys::~GuiKeys() … … 93 93 //////////// 94 94 /** 95 \briefCreates new inputs for a player96 \param player the name of the Player95 * Creates new inputs for a player 96 * @param player the name of the Player 97 97 */ 98 98 PlayerKeys::PlayerKeys(char* player) … … 147 147 148 148 /** 149 \returns the OpenButton of a Player149 * @returns the OpenButton of a Player 150 150 */ 151 151 Button* PlayerKeys::getOpenButton() … … 158 158 ////////////////// 159 159 /** 160 \briefCreates new inputs for a misc161 \param player the name of the Misc160 * Creates new inputs for a misc 161 * @param player the name of the Misc 162 162 */ 163 163 MiscKeys::MiscKeys() … … 212 212 213 213 /** 214 \returns the OpenButton of a Misc214 * @returns the OpenButton of a Misc 215 215 */ 216 216 Button* MiscKeys::getOpenButton() … … 221 221 222 222 /** 223 \briefadds a new Key.224 \param key the number of the Key225 \param name The name of the new Key.226 \returns A widget that has the Key-Box223 * adds a new Key. 224 * @param key the number of the Key 225 * @param name The name of the new Key. 226 * @returns A widget that has the Key-Box 227 227 */ 228 228 Widget* addKey(const char* name, const char* defaultVal) … … 256 256 257 257 /** 258 \briefFunction which gets keystrokes259 \param w the widget that released the Function.260 \param event The event that happened.261 \param Widget the Widget which will be applied.262 \returns Nothing258 * Function which gets keystrokes 259 * @param w the widget that released the Function. 260 * @param event The event that happened. 261 * @param Widget the Widget which will be applied. 262 * @returns Nothing 263 263 */ 264 264 gint key_cb(GtkWidget* w, GdkEventKey* event, void* inputKey)
Note: See TracChangeset
for help on using the changeset viewer.