Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 3:12:29 PM (14 years ago)
Author:
scheusso
Message:

hide controller overlay when in gui mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua

    r6176 r6199  
    8484        if nrOfActiveSheets == 0 then
    8585            orxonox.InputManager:getInstance():enterState("guiMouseOnly")
     86            orxonox.HumanController:pauseControl()
    8687        end
    8788    end
     
    157158    if nrOfActiveSheets == 0 then
    158159        orxonox.InputManager:getInstance():leaveState("guiMouseOnly")
     160        orxonox.HumanController:resumeControl()
    159161        hideCursor()
    160162    end
Note: See TracChangeset for help on using the changeset viewer.