Changeset 3230 in orxonox.OLD for orxonox/trunk/src/keynames.h
- Timestamp:
- Dec 20, 2004, 12:41:55 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/keynames.h
r3224 r3230 24 24 \return an int containing the SDL identifier of the mouse button or -1 if the button name is not valid 25 25 */ 26 int buttonname _to_SDLB( char* name);26 int buttonnameToSDLB( char* name); 27 27 28 28 /** … … 31 31 \return a pointer to a string containing the name of the mouse button 32 32 */ 33 char* SDLB _to_buttonname( int button);33 char* SDLBToButtonname( int button); 34 34 35 35 /** … … 38 38 \return the SDLK sym of the named key or -1 if the key name is not valid 39 39 */ 40 int keyname _to_SDLK( char* name);40 int keynameToSDLK( char* name); 41 41 42 42 /** … … 45 45 \return a pointer to a string containig the name of the key 46 46 */ 47 char* SDLK _to_keyname( int key);47 char* SDLKToKeyname( int key); 48 48 49 49
Note: See TracChangeset
for help on using the changeset viewer.