Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5474 in orxonox.OLD for trunk/src/lib/event/key_names.h


Ignore:
Timestamp:
Nov 3, 2005, 2:13:48 PM (19 years ago)
Author:
patrick
Message:

orxonox/lib/event: fixed the mouse button bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/event/key_names.h

    r5039 r5474  
    2020      * @return a pointer to a string containing the name of the mouse button
    2121*/
    22 char* SDLBToButtonname( int button);
     22const char* SDLBToButtonname( int button);
    2323
    2424/**
     
    3434      * @return a pointer to a string containig the name of the key
    3535*/
    36 char* SDLKToKeyname( int key);
     36const char* SDLKToKeyname( int key);
    3737
    3838
Note: See TracChangeset for help on using the changeset viewer.