Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 22, 2008, 9:16:35 PM (16 years ago)
Author:
rgrieder
Message:

some de-bugging
added enum for joy stick buttons
some more little fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/Shell.h

    r1638 r1641  
    7171            void unregisterListener(ShellListener* listener);
    7272
    73             inline InputBuffer& getInputBuffer()
    74                 { return (*this->inputBuffer_); }
     73            inline InputBuffer* getInputBuffer()
     74                { return this->inputBuffer_; }
    7575            inline OutputBuffer& getOutputBuffer()
    7676                { return this->outputBuffer_; }
Note: See TracChangeset for help on using the changeset viewer.