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/win32/Win32KeyBoard.h

    r1219 r1304  
    4646
    4747                /** @copydoc Keyboard::isKeyDown */
    48                 virtual bool isKeyDown( KeyCode key );
     48                virtual bool isKeyDown( KeyCode key ) const;
    4949               
    5050                /** @copydoc Keyboard::getAsString */
     
    5252
    5353                /** @copydoc Keyboard::copyKeyStates */
    54                 virtual void copyKeyStates( char keys[256] );
     54                virtual void copyKeyStates( char keys[256] ) const;
    5555
    5656                /** @copydoc Object::setBuffered */
Note: See TracChangeset for help on using the changeset viewer.