Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 20, 2011, 1:10:38 AM (13 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/MouseControlsMenu.lua

    r6746 r7924  
    3232        invert_active = false
    3333    end
     34
     35    P:initButtons(1, 1)
     36    P:setButton(1, 1, {
     37            ["button"] = winMgr:getWindow("orxonox/MouseControlsBackButton"),
     38            ["callback"]  = P.MouseControlsBackButton_clicked
     39    })
    3440end
    3541
Note: See TracChangeset for help on using the changeset viewer.