#include <stdlib.h>#include <string.h>#include "fix.h"#include "types.h"#include "gr.h"#include "ui.h"#include "key.h"Functions | |
| UI_GADGET_KEYTRAP * | ui_add_gadget_keytrap (UI_WINDOW *wnd, int key_to_trap, int(*function_to_call)(void)) |
| void | ui_keytrap_do (UI_GADGET_KEYTRAP *keytrap, int keypress) |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
1.4.6