sdl::gfx::fpsmanager(3pm) debian man page | unix.com

Man Page: sdl::gfx::fpsmanager

Operating Environment: debian

Section: 3pm

pods::SDL::GFX::FPSManager(3pm) 			User Contributed Perl Documentation			   pods::SDL::GFX::FPSManager(3pm)

NAME
SDL::GFX::FPSManager - data structure used by SDL::GFX::Framerate
CATEGORY
GFX, Structure
METHODS
new 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".
AUTHORS
See "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