16 process_event(e
: EVENT
) is
18 if e
.type
= sdl_mousebuttondown
then
19 raise_signal(signal_activate
)
25 fill_rect(0, 0, width
, height
, darkgreen
)
26 fill_rect(1, 1, width
- 2, height
- 2, black
)
27 if img
.is_connected
then
36 if img
.is_connected
then
39 if string.count
> 0 then
40 img
.render_string(string, font
, white
)