| Last change
                  on this file since 8328 was
                  7612,
                  checked in by dafrick, 15 years ago | 
        
          | 
Reverting a change that I made some time ago.It turns out, that CEGUI doesn't like it (on some machines, expecially on tardis) if Events for a window are defined after the child windows are defined in the .layout file.
 So putting it above the child windows should be fine.
 
 | 
        
          | 
              
                  Property svn:eol-style set to
                  native | 
        | File size:
            166 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | -- ChatBox.lua | 
|---|
| 2 |  | 
|---|
| 3 | local P = createMenuSheet("ChatBox") | 
|---|
| 4 |  | 
|---|
| 5 | function P.ChatBoxCloseButton_clicked(e) | 
|---|
| 6 | orxonox.ChatInputHandler:getInstance():deactivate() | 
|---|
| 7 | end | 
|---|
| 8 |  | 
|---|
| 9 | return P | 
|---|
| 10 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.