- Timestamp:
- Dec 9, 2009, 2:02:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua
r6283 r6284 109 109 110 110 function P.callback(number) 111 orxonox.KeyBinderManager:getInstance():registerKeybindCallback( 0)111 orxonox.KeyBinderManager:getInstance():registerKeybindCallback(nil) 112 112 local button = winMgr:getWindow("orxonox/KeyBindPane/Binding" .. number .. "/Button") 113 113 button:setText(orxonox.KeyBinderManager:getInstance():getCurrent():getBinding(commandList[number]))
Note: See TracChangeset
for help on using the changeset viewer.