Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 20, 2011, 1:10:38 AM (14 years ago)
Author:
landauf
Message:
  • the "back" button of MultiplayerMenu and SettingsMenu now fills the whole row at the bottom, so it can be accessed from both columns by pressing 'down'
  • added keyboard support for KeyBindMenu, MiscConfigMenu, and MouseControlsMenu
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/data/gui/scripts/KeyBindMenu.lua

    r7403 r7924  
    100100    local funct = luaState:createLuaFunctor("KeyBindMenu.callback()")
    101101    orxonox.KeyBinderManager:getInstance():registerKeybindCallback(funct)
     102
     103    P:initButtons(1, 1)
     104    P:setButton(1, 1, {
     105            ["button"] = winMgr:getWindow("orxonox/KeyBindBackButton"),
     106            ["callback"]  = P.KeyBindBackButton_clicked
     107    })
    102108end
    103109
Note: See TracChangeset for help on using the changeset viewer.