Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 10:35:14 PM (16 years ago)
Author:
rgrieder
Message:
  • updated OIS to the recent most v1.2 CVS checkout
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/ois/linux/LinuxKeyboard.cpp

    r1219 r1304  
    290290
    291291//-------------------------------------------------------------------//
    292 bool LinuxKeyboard::isKeyDown( KeyCode key )
     292bool LinuxKeyboard::isKeyDown( KeyCode key ) const
    293293{
    294294        return (KeyBuffer[key]);
     
    449449
    450450//-------------------------------------------------------------------//
    451 void LinuxKeyboard::copyKeyStates( char keys[256] )
     451void LinuxKeyboard::copyKeyStates( char keys[256] ) const
    452452{
    453453        memcpy( keys, KeyBuffer, 256 );
Note: See TracChangeset for help on using the changeset viewer.