Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PerlGameDev/SDL
base: ba434d518bd1
Choose a base ref
...
head repository: PerlGameDev/SDL
compare: cccc117197eb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 13, 2015

  1. clarify argments to handler subs in SDLx::App

    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 line 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.
    wchristian committed Mar 13, 2015
    Copy the full SHA
    4aaa0a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #273 from wchristian/patch-1

    clarify argments to handler subs in SDLx::App
    FROGGS committed Mar 13, 2015
    Copy the full SHA
    cccc117 View commit details
    Browse the repository at this point in the history