Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2009, 11:16:34 PM (15 years ago)
Author:
rgrieder
Message:

Updated OIS library (still 1.2, but CVS version).
There have been some little fixes and support for force feedback on Linux (but this doesn't concern us for now…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/ois/OISPrereqs.h

    r1505 r5668  
    167167        {
    168168        public:
    169                 Button() {}
    170                 Button(bool bPushed) : Component(OIS_Button), pushed(bPushed) {};
     169                Button() : Component(OIS_Button), pushed(false) {}
     170                Button(bool bPushed) : Component(OIS_Button), pushed(bPushed) {}
    171171                //! true if pushed, false otherwise
    172172                bool pushed;
Note: See TracChangeset for help on using the changeset viewer.