#include <chat.h>
Inheritance diagram for Chat:

Public Member Functions | |
| void | receive (char *) |
| bool | onKeyEvent (SDLKey key) |
| Called on keyboard events. | |
| void | enable () |
| void | draw () |
| Draw overlay object. | |
| void | update () |
| int | isVisible () |
| Chat () | |
|
|
|
|
|
Draw overlay object.
Implements Overlay. |
|
|
|
|
|
|
|
|
Called on keyboard events. This function should return true if the handler is able to process the key event and false otherwise. Implements KeyboardHandler. |
|
|
|
|
|
|
1.3.2