Skip to content

Commit

Permalink
Added some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Aug 2, 2009
1 parent c614534 commit 38cf913
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/SDL/Event.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
#

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 38cf913

Please sign in to comment.