Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 30, 2008, 9:58:13 AM (16 years ago)
Author:
rgrieder
Message:
  • added some const qualifiers
  • renamed a few very ugly variables for the 7th time
  • added new functions (isHandlerActive, isDeviceInitialised)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/core/CorePrereqs.h

    r1062 r1204  
    114114  class Identifier;
    115115  class IdentifierDistributor;
    116   class InputBuffer;
    117   class InputBufferListener;
    118   class InputHandlerGame;
    119   class InputHandlerGUI;
    120   class InputManager;
    121116  template <class T>
    122117  class Iterator;
     
    146141  class XMLPortObjectContainer;
    147142  class XMLPortParamContainer;
     143
     144  // input
     145  class InputBuffer;
     146  class InputBufferListener;
     147  class InputManager;
     148  class KeyBinder;
     149  class GUIInputHandler;
     150  class KeyHandler;
     151  class MouseHandler;
     152  class JoyStickHandler;
     153
    148154}
    149155
Note: See TracChangeset for help on using the changeset viewer.