From: Kartik Thakore Date: Sun, 2 Aug 2009 19:26:20 +0000 (-0400) Subject: Added some docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38cf9131a15231e28d465966a110624ce190791b;p=sdlgit%2FSDL_perl.git Added some docs --- diff --git a/lib/SDL/Event.pm b/lib/SDL/Event.pm index 5984b77..bbdb5e8 100644 --- a/lib/SDL/Event.pm +++ b/lib/SDL/Event.pm @@ -3,7 +3,7 @@ # A package for handling SDL_Event * # # Copyright (C) 2000,2001,2002 David J. Goehrig -# +# Copyright (C) 2009 Kartik Thakore # see the file COPYING for terms of use # @@ -222,8 +222,12 @@ available. =head2 pump() +Pumps the event loop, gathering events from the input devices. + =head2 poll() +Polls for currently pending events + =head2 wait() Waits for an event end returns then. Always returns true.