Scott Lanning > Ogre > Ogre::WindowEventUtilities

Download:
Ogre-0.50.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Source  

NAME ^

Ogre::WindowEventUtilities

SYNOPSIS ^

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

DESCRIPTION ^

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

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

CLASS METHODS ^

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 ^

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .

syntax highlighting: