.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "pods::SDL::Deprecated 3pm" .TH pods::SDL::Deprecated 3pm 2024-03-28 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME SDL::Deprecated \- Log of Deprecated items per release .SH CATEGORY .IX Header "CATEGORY" Core .SH RELEASES .IX Header "RELEASES" .SS 2.517 .IX Subsection "2.517" Major changes to \f(CW\*(C`SDLx::Controller\*(C'\fR. .PP \&\f(CW\*(C`quit\*(C'\fR is now \f(CW\*(C`stop\*(C'\fR. Event handlers no longer end \f(CW\*(C`run\*(C'\fR on returning false. Call \f(CW\*(C`stop\*(C'\fR explicitly instead. .PP The first argument to move handlers is the step portion instead of \f(CW\*(C`dt\*(C'\fR. The second argument to move handlers, the \f(CW\*(C`t\*(C'\fR value, is now the third argument. .PP \&\f(CW\*(C`min_t\*(C'\fR will limit apps to a framerate of 60 by default. .SS 2.513 .IX Subsection "2.513" .IP SDLx::App 4 .IX Item "SDLx::App" \&\f(CWSDLx::App::loop()\fR is deprecated. .SS 2.502 .IX Subsection "2.502" .IP SDLx::App 4 .IX Item "SDLx::App" Now depends on SDLx::Surface. To get the SDL::Surface, use \f(CW\*(C` \-\*(C'\fR\fBsurface()\fR >. Alternatively \fBSDLx::Surface::display()\fR. .IP SDLx::Surface 4 .IX Item "SDLx::Surface" \&\f(CW\*(C` get_display \*(C'\fR is now called SDLx::Surface::display. .IP SDLx::Sprite::Animated 4 .IX Item "SDLx::Sprite::Animated" Has drastically changed, and is still volatile. .SS 2.500 .IX Subsection "2.500" .IP SDL::App 4 .IX Item "SDL::App" SDL::App has migrated to SDLx::App namespace. The reason for this is because it is an extension and not a 1:1 XS/Constant Module to the c library. .IP SDL::Game::Rect 4 .IX Item "SDL::Game::Rect" SDL::Game::Rect has migrated to SDLx::Rect namespace. Same reasoning as above. .SH AUTHORS .IX Header "AUTHORS" See "AUTHORS" in SDL.