Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5672


Ignore:
Timestamp:
Aug 24, 2009, 10:12:45 AM (15 years ago)
Author:
rgrieder
Message:

Forgot to remove windows conditional compilation.

Location:
code/branches/resource2/src/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/core/GUIManager.cc

    r5670 r5672  
    132132        guiSystem_->injectMousePosition(mousePosition.first, mousePosition.second);
    133133
    134 #ifdef ORXONOX_PLATFORM_WINDOWS
    135134        // Hide the mouse cursor unless playing in fullscreen mode
    136135        if (!bFullScreen)
    137136            CEGUI::MouseCursor::getSingleton().hide();
    138 #endif
    139137    }
    140138
  • code/branches/resource2/src/core/input/InputManager.cc

    r5671 r5672  
    525525            activeStatesTicked_.push_back(*it);
    526526
    527 #ifdef ORXONOX_PLATFORM_WINDOWS
    528527        // Check whether we have to change the mouse mode
    529528        std::vector<InputState*>& mouseStates = devices_[InputDeviceEnumerator::Mouse]->getStateListRef();
     
    535534                this->reloadInternal();
    536535        }
    537 #endif
    538536    }
    539537
Note: See TracChangeset for help on using the changeset viewer.