X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDLx-App.html-inc;h=8db7209400f3db73f901fb9904ea798d53b08d86;hb=a3de848879a5553418ed11fb193c4bf286ca7120;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..8db7209 100644 --- a/pages/SDLx-App.html-inc +++ b/pages/SDLx-App.html-inc @@ -70,7 +70,7 @@ } -

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

@@ -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