Edit

kc3-lang/SDL/src/joystick

Branch :

  • Show log

    Commit

  • Author : David Gow
    Date : 2021-08-14 22:29:05
    Hash : fbc36490
    Message : Use the new SDL_clamp() macro where sensible There were a few places throughout the SDL code where values were clamped using SDL_min() and SDL_max(). Now that we have an SDL_clamp() macro, use this instead.