Go to the source code of this file.
Defines | |
| #define | CHATBOX_MAX_LEN 125 |
| #define | CHATBOX_FLAG_SMALL (1<<0) |
| #define | CHATBOX_FLAG_BIG (1<<1) |
| #define | CHATBOX_FLAG_MULTI_PAUSED (1<<2) |
| #define | CHATBOX_FLAG_DRAW_BOX (1<<3) |
| #define | CHATBOX_FLAG_BUTTONS (1<<4) |
Functions | |
| int | chatbox_create (int mode_flags=(CHATBOX_FLAG_SMALL|CHATBOX_FLAG_DRAW_BOX|CHATBOX_FLAG_BUTTONS)) |
| int | chatbox_process (int key_in=-1) |
| void | chatbox_close () |
| void | chatbox_render () |
| int | chatbox_scroll_up () |
| int | chatbox_scroll_down () |
| void | chatbox_clear () |
| void | chatbox_add_line (char *msg, int pid, int add_id=1) |
| void | chatbox_force_small () |
| void | chatbox_force_big () |
| void | chatbox_lose_focus () |
| int | chatbox_has_focus () |
| void | chatbox_set_focus () |
| int | chatbox_pressed () |
| void | chatbox_reset_timestamps () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.16