1 expanded class EVENTMAKER
4 make_keydown(key
: INTEGER; kmod
: INTEGER) : EVENT
is
7 Result.put_type(sdl_keydown
)
12 make_mbdown(b
: INTEGER; kmod
: INTEGER; x
, y
: INTEGER) : EVENT
is
15 Result.put_type(sdl_mousebuttondown
)
24 Result.put_type(sdl_quit
)