1SDL::Deprecated(3)    User Contributed Perl Documentation   SDL::Deprecated(3)
2
3
4

NAME

6       SDL::Deprecated - Log of Deprecated items per release
7

CATEGORY

9       Core
10

RELEASES

12   2.517
13       Major changes to "SDLx::Controller".
14
15       "quit" is now "stop". Event handlers no longer end "run" on returning
16       false. Call "stop" explicitly instead.
17
18       The first argument to move handlers is the step portion instead of
19       "dt".  The second argument to move handlers, the "t" value, is now the
20       third argument.
21
22       "min_t" will limit apps to a framerate of 60 by default.
23
24   2.513
25       SDLx::App
26           "SDLx::App::loop()" is deprecated.
27
28   2.502
29       SDLx::App
30           Now depends on SDLx::Surface. To get the SDL::Surface, use "
31           -"surface() >. Alternatively SDLx::Surface::display().
32
33       SDLx::Surface
34           " get_display " is now called SDLx::Surface::display.
35
36       SDLx::Sprite::Animated
37           Has drastically changed, and is still volatile.
38
39   2.500
40       SDL::App
41           SDL::App has migrated to SDLx::App namespace. The reason for this
42           is because it is an extension and not a 1:1 XS/Constant Module to
43           the c library.
44
45       SDL::Game::Rect
46           SDL::Game::Rect has migrated to SDLx::Rect namespace. Same
47           reasoning as above.
48

AUTHORS

50       See "AUTHORS" in SDL.
51
52
53
54perl v5.30.0                      2019-07-26                SDL::Deprecated(3)
Impressum