Added some docs
Kartik Thakore [Sun, 2 Aug 2009 19:26:20 +0000 (15:26 -0400)]
lib/SDL/Event.pm

index 5984b77..bbdb5e8 100644 (file)
@@ -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.