Changeset 6281 for code/branches/presentation2/data/gui
- Timestamp:
- Dec 9, 2009, 12:43:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua
r6268 r6281 86 86 87 87 openInfoPopup("Press any button/key or move a mouse/joystick axis.", KeyBindMenu.keybind) 88 89 88 end 90 89 91 90 function P.keybind() 91 local funct = luaState:createLuaFunctor("InfoPopup:close()") 92 orxonox.KeyBinderManager:getInstance():registerKeybindCallback(funct) 92 93 orxonox.KeyBinderManager:getInstance():keybind(commandList[commandNr]) 93 94 end
Note: See TracChangeset
for help on using the changeset viewer.