PerlGameDev / SDL

Rehashing the old perl SDL binding on cpan.org
http://search.cpan.org/dist/SDL
GNU General Public License v2.0
81 stars 29 forks source link

clarify argments to handler subs in SDLx::App #273

Closed wchristian closed 9 years ago

wchristian commented 9 years ago

Previously it was easy for someone to look at the docs and assume the move handler operated in fixed steps, only discovering how wrong that is if they end up with a need to dig into the SDLx::Controller documentation. With this change it becomes obvious that the move handler takes a number of arguments and that research is necessary.

And while i'm at it, also adding the arguments for the other handlers.