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/OISJoyStick.h

    r1505 r5668  
    3232
    3333        //! POV / HAT Joystick component
    34         class _OISExport Pov : Component
     34        class _OISExport Pov : public Component
    3535        {
    3636        public:
     
    5151
    5252        //! A sliding axis - only used in Win32 Right Now
    53         class _OISExport Slider : Component
     53        class _OISExport Slider : public Component
    5454        {
    5555        public:
Note: See TracChangeset for help on using the changeset viewer.