Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2009, 11:57:52 AM (15 years ago)
Author:
rgrieder
Message:

Ugly hacking for a nearing presentation
You should now be able to grab and ungrab the mouse under linux (totally not tested since I'm using windows)

File:
1 edited

Legend:

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

    r2896 r3005  
    137137        bool requestEnterState     (const std::string& name);
    138138        bool requestLeaveState     (const std::string& name);
     139
     140#ifdef ORXONOX_PLATFORM_LINUX
     141        // HACK!
     142        void grabMouse();
     143        void ungrabMouse();
     144#endif
    139145
    140146        void update(const Clock& time);
Note: See TracChangeset for help on using the changeset viewer.