Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation3/data/gui/scripts/ChatBox.lua @ 7054

Last change on this file since 7054 was 7009, checked in by dafrick, 15 years ago

Enabled the ChatBox to be closed by pressing the close button in the upper right corner of the frame window.

File size: 166 bytes
RevLine 
[6846]1-- ChatBox.lua
2
3local P = createMenuSheet("ChatBox")
[7009]4
5function P.ChatBoxCloseButton_clicked(e)
6    orxonox.ChatInputHandler:getInstance():deactivate()
7end
8
[6846]9return P
10
Note: See TracBrowser for help on using the repository browser.