Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1875 in orxonox.OLD for orxonox/trunk/core/orxonox.h


Ignore:
Timestamp:
May 7, 2004, 10:49:55 AM (21 years ago)
Author:
patrick
Message:

/orxonox/trunk: it's smothen now. thanks for the tip bensch. if you have to high frame-rates, the square will move very fast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/orxonox.h

    r1872 r1875  
    2828  static InputOutput* io;
    2929  static bool pause;
     30  static bool upWeGo;
     31  static bool downWeGo;
     32  static bool rightWeGo;
     33  static bool leftWeGo;
    3034
    3135 public:
     
    4145  static void reshape (int w, int h);
    4246  static void keyboard(unsigned char key, int x, int y);
     47  static void releaseKey(int key, int x, int y);
    4348  static void specFunc(int key, int x, int y);
     49  static void quitGame(void);
    4450};
    4551
Note: See TracChangeset for help on using the changeset viewer.