The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  UAV::Pilot::SDL::Events

DESCRIPTION

Handles the SDL event loop in terms of UAV::Pilot::Events. In particular, it automatically handles SDL_QUIT events, which you'll need if you open any SDL windows (which UAV::Pilot::Control::ARDrone::SDLNavOutput does, for instance). Without that processing, you would need to manually stop the process with kill -9 or some such.