X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDLx-App.html-inc;h=df879860a62a43069d71f6841ccaf91f94db50ff;hb=bd9f3e156952798c46df29d610af0a36ea065e89;hp=8db7209400f3db73f901fb9904ea798d53b08d86;hpb=a3de848879a5553418ed11fb193c4bf286ca7120;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDLx-App.html-inc b/pages/SDLx-App.html-inc index 8db7209..df87986 100644 --- a/pages/SDLx-App.html-inc +++ b/pages/SDLx-App.html-inc @@ -70,12 +70,12 @@ } -

An alternative to the manual Event processing is through the SDLx::Controller module. SDLx::App is a Controller so see the CALLBACKS section below.

+

An alternative to the manual Event processing is through the SDLx::Controller module. SDLx::App is a Controller so see the CALLBACKS section below.

DESCRIPTION

Top

-

SDLx::App controls the root window of the of your SDL based application. +

SDLx::App controls the root window of the of your SDL based application. It extends the SDL::Surface class, and provides an interface to the window manager oriented functions.

@@ -106,6 +106,8 @@ Screen depth. Defaults to 16. Shortcut: 'd'. Any flags you want to pass to SDL::Video upon initialization. Defaults to SDL_ANYFORMAT. Flags should be or'ed together if you're passing more than one (flags => FOO|BAR). Shortcut: 'f'.
* resizeable Set this to a true value to make the window resizeable by the user. Default is off.
+
* exit_on_quit +Set this to a true value to make the app exit if a SDL_QUIT event is triggered. Shortcut: 'eoq'.
@@ -213,12 +215,12 @@ always returns the current value of the given attribute, or Carp::confesss on fa $app->run(); -

see SDLx::Controller for more details.

+

see SDLx::Controller for more details.

AUTHORS

Top

-

See AUTHORS in SDL.

+

See /SDL.html#AUTHORS.

SEE ALSO

Top