Ogre::WindowEventUtilities - Ogre::WindowEventUtilities documentation


Ogre documentation Contained in the Ogre distribution.

Index


Code Index:

NAME

Top

Ogre::WindowEventUtilities

SYNOPSIS

Top

  use Ogre;
  use Ogre::WindowEventUtilities;
  # (for now see examples/README.txt)

DESCRIPTION

Top

See the online API documentation athttp://www.ogre3d.org/docs/api/html/classOgre_1_1WindowEventUtilities.html

Note: this Perl binding is currently experimental and subject to API changes.

CLASS METHODS

Top

Ogre::WindowEventUtilities->messagePump()

Returns

void

Ogre::WindowEventUtilities->addWindowEventListener($win, $perlListener)

Parameter types

$win : RenderWindow *
$perlListener : SV *

Returns

void

Ogre::WindowEventUtilities->removeWindowEventListener($win, $perlListener)

Parameter types

$win : RenderWindow *
$perlListener : SV *

Returns

void

AUTHOR

Top

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .


Ogre documentation Contained in the Ogre distribution.

package Ogre::WindowEventUtilities;

use strict;
use warnings;


1;

__END__