X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDLx-App.html-inc;h=a8127cfd0f1897f90fff9f8af2e86be4665c9162;hb=1dbe16975541da864f8bfa5169c89a2ab8893bf2;hp=2ed4ee399181af79c952be620c43da818906e5ed;hpb=e1ec9f6e00ef090d063bc417e9683d40fc49b26f;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDLx-App.html-inc b/pages/SDLx-App.html-inc index 2ed4ee3..a8127cf 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 the SDLx::App::loop.

+

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.

@@ -188,7 +188,7 @@ or OpenGL buffer if applicable. This is prefered to calling flip on the applicat

SDLx::App::attribute allows one to get and set GL attributes. By passing a value in addition to the attribute selector, the value will be set. SDL:::App::attribute -always returns the current value of the given attribute, or croaks on failure.

+always returns the current value of the given attribute, or Carp::confesss on failure.

CALLBACKS

Top

@@ -213,12 +213,12 @@ always returns the current value of the given attribute, or croaks on failure. -

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