Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3230 in orxonox.OLD for orxonox/trunk/src/keynames.h


Ignore:
Timestamp:
Dec 20, 2004, 12:41:55 AM (21 years ago)
Author:
patrick
Message:

orxonox/trunk: unstable - list_template, keyname

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/keynames.h

    r3224 r3230  
    2424        \return an int containing the SDL identifier of the mouse button or -1 if the button name is not valid
    2525*/
    26 int buttonname_to_SDLB( char* name);
     26int buttonnameToSDLB( char* name);
    2727
    2828/**
     
    3131        \return a pointer to a string containing the name of the mouse button
    3232*/
    33 char* SDLB_to_buttonname( int button);
     33char* SDLBToButtonname( int button);
    3434
    3535/**
     
    3838        \return the SDLK sym of the named key or -1 if the key name is not valid
    3939*/
    40 int keyname_to_SDLK( char* name);
     40int keynameToSDLK( char* name);
    4141
    4242/**
     
    4545        \return a pointer to a string containig the name of the key
    4646*/
    47 char* SDLK_to_keyname( int key);
     47char* SDLKToKeyname( int key);
    4848
    4949
Note: See TracChangeset for help on using the changeset viewer.