Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gcc43/src/ois/OISMouse.h

    r1505 r1634  
    6262
    6363                //! Button down test
    64                 inline bool buttonDown( MouseButtonID button ) const
     64                bool buttonDown( MouseButtonID button ) const
    6565                {
    6666                        return ((buttons & ( 1L << button )) == 0) ? false : true;
Note: See TracChangeset for help on using the changeset viewer.