Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 10:35:14 PM (17 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/mac/MacKeyboard.h

    r1219 r1304  
    4343       
    4444        // unbuffered keydown check
    45         virtual bool isKeyDown( KeyCode key );
     45        virtual bool isKeyDown( KeyCode key ) const;
    4646       
    4747        // This will send listener events if buffered is on.
     
    5151       
    5252        // Copies the current key buffer
    53         virtual void copyKeyStates( char keys[256] );
     53        virtual void copyKeyStates( char keys[256] ) const;
    5454       
    5555        // Returns a description of the given key
Note: See TracChangeset for help on using the changeset viewer.