Added stubs for Events
authorKartik Thakore <thakore.kartik@gmail.com>
Thu, 5 Nov 2009 20:11:34 +0000 (15:11 -0500)
committerKartik Thakore <thakore.kartik@gmail.com>
Thu, 5 Nov 2009 20:11:34 +0000 (15:11 -0500)
commitd6d452c67df899f05d20d4fc85bb2dd2cbd7bf4a
treed35f5577e8c934f1ce41595364c42589394b70f6
parent87d11e79a5421b30bbec8fa032129d3c568b6ceb
Added stubs for Events
15 files changed:
lib/SDL/ActiveEvent.pm [new file with mode: 0644]
lib/SDL/ExposeEvent.pm [new file with mode: 0644]
lib/SDL/JoyAxisEvent.pm [new file with mode: 0644]
lib/SDL/JoyBallEvent.pm [new file with mode: 0644]
lib/SDL/JoyButtonEvent.pm [new file with mode: 0644]
lib/SDL/JoyHatEvent.pm [new file with mode: 0644]
lib/SDL/KeyboardEvent.pm [new file with mode: 0644]
lib/SDL/MouseButtonEvent.pm [new file with mode: 0644]
lib/SDL/MouseMotionEvent.pm [new file with mode: 0644]
lib/SDL/QuitEvent.pm [new file with mode: 0644]
lib/SDL/ResizeEvent.pm [new file with mode: 0644]
lib/SDL/SysWMEvent.pm [new file with mode: 0644]
lib/SDL/TextInputEvent.pm [new file with mode: 0644]
lib/SDL/UserEvent.pm [new file with mode: 0644]
lib/SDL/keysym.pm [new file with mode: 0644]