Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 12, 2009, 4:49:41 PM (15 years ago)
Author:
rgrieder
Message:

Moved grab/ungrab mouse hack for Linux from InputManager to Mouse.

File:
1 edited

Legend:

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

    r3275 r3276  
    6262        unsigned int getClippingHeight() const;
    6363
    64         // HACK:
     64        // HACK!
    6565        static void setMouseClipping_s(unsigned int width, unsigned int height)
    6666            { instancePointer_s->setMouseClipping(width, height); }
    6767        void setConfigValues() { }
     68#ifdef ORXONOX_PLATFORM_LINUX
     69        // HACK!
     70        static void grabMouse();
     71        static void ungrabMouse();
     72#endif
    6873
    6974    private:
Note: See TracChangeset for help on using the changeset viewer.