Re: Having issues with resizing my SDL::App
[email protected] (Andy Bakun)
| Newsgroups | perl.sdl.devel |
|---|---|
| Message-ID | <1155246548.3495.1.camel@localhost> |
On Thu, 2006-08-10 at 22:48 +0200, Dennis Meinen wrote:
> my $app = new SDL::App(
> ...
> -resizeable,
> );
>...
> $app->resize($newx, $newy);
>
>
> But this wont work
> Are there any other steps required?
It looks like you have to use
-resizeable=>1
as SDL::App.pm checks for truth of $options{-resizable}, and you didn't
give the -resizeable key a value.
--
Andy Bakun <[email protected]>