Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 16, 2008, 9:22:50 PM (17 years ago)
Author:
rgrieder
Message:
  • updated VC++ files for tolua
  • minor CMLs changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/InputManager.h

    r1066 r1084  
    7272    void tick(float dt);
    7373    void setWindowExtents(int width, int height);
    74     void setInputMode(InputMode mode);
    7574    InputMode getInputMode();
    7675
     
    8483    static InputManager& getSingleton();
    8584    static InputManager* getSingletonPtr() { return &getSingleton(); }
     85    static void setInputMode(int mode);
    8686
    8787  private:
Note: See TracChangeset for help on using the changeset viewer.