Man Page: sdl::gfx::fpsmanager
Operating Environment: debian
Section: 3pm
pods::SDL::GFX::FPSManager(3pm) User Contributed Perl Documentation pods::SDL::GFX::FPSManager(3pm)NAMESDL::GFX::FPSManager - data structure used by SDL::GFX::FramerateCATEGORYGFX, StructureMETHODSnew use SDL; use SDL::GFX::Framerate; use SDL::GFX::FPSManager; my $fps = SDL::GFX::FPSManager->new(0, 0, 0, 0); Initialize the framerate manager object. Arguments: framecount, rateticks, lastticks, rate. framecount my $fc = $fps->framecount; Returns the "framecount". rateticks my $rt = $fps->rateticks; Returns the "rateticks". lastticks my $lt = $fps->lastticks; Returns the "lastticks". rate my $r = $fps->rate; Returns the "rate".AUTHORSSee "AUTHORS" in SDL. perl v5.14.2 2012-05-28 pods::SDL::GFX::FPSManager(3pm)
| Related Man Pages |
|---|
| sdl::gfx::rotozoom(3pm) - debian |
| sdl::audiocvt(3pm) - debian |
| sdl::color(3pm) - debian |
| sdl::mpeg(3pm) - debian |
| sdl::mixer::groups(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |