There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

SDL::Tutorial::Tetris::EventManager

DESCRIPTION

The EventManager is responsible for sending events to controllers, so they can trigger actions at specific times.

For instance, when you press a key, or the game ticks, it is an event.

The EventManager will contact all the controllers so they can take the appropriate action.

reg_listener

un_reg_listener

listeners

evt_queue

post