Games-Irrlicht
view release on metacpan or search on metacpan
lib/Games/Irrlicht.pm view on Meta::CPAN
472473474475476477478479480481482483484485486487488489490491492
my
$self
=
shift
;
$self
->{_app}->{height};
}
sub
depth
{
my
$self
=
shift
;
$self
->{_app}->{depth};
}
#sub update
# {
# my $self = shift;
# $self->{_app}->{app}->update(@_);
# }
#sub app
# {
# my $self = shift;
# $self->{_app}->{app};
# }
( run in 0.399 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )