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

Ogre::ExampleFrameListener

SYNOPSIS

package MyFrameListener;

use Ogre::ExampleFrameListener;
@ISA = qw(Ogre::ExampleFrameListener);

# override methods...

package MyApplication;

# ...

my $framelistener = MyFrameListener->new();
$root->addFrameListener($framelistener);

DESCRIPTION

This is a port of OGRE's Samples/Common/include/ExampleFrameListener.h. See the examples referred to in examples/README.txt.

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .