Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2008, 7:06:49 PM (16 years ago)
Author:
rgrieder
Message:

many minor changes, but it's more of a 'svn save' since I'm gonna start rewriting parts of the keybinder

File:
1 edited

Legend:

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

    r1237 r1259  
    9898    { return this->buffer_; }
    9999
    100   private:
     100  private:  // functions
    101101    bool charIsAllowed(const char& input);
    102102
     
    108108    void tick(float dt);
    109109
     110  private: // variables
    110111    std::string buffer_;
    111112    std::list<InputBufferListenerTuple> listeners_;
Note: See TracChangeset for help on using the changeset viewer.