Changeset 7924 for code/branches/usability/data/gui/scripts/KeyBindMenu.lua
- Timestamp:
- Feb 20, 2011, 1:10:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability/data/gui/scripts/KeyBindMenu.lua
r7403 r7924 100 100 local funct = luaState:createLuaFunctor("KeyBindMenu.callback()") 101 101 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 }) 102 108 end 103 109
Note: See TracChangeset
for help on using the changeset viewer.