Games-Irrlicht

 view release on metacpan or  search on metacpan

lib/Games/Irrlicht.pm  view on Meta::CPAN

472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
  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 )