chickadee » sdl-base » sdl-version-at-least

sdl-version-at-least sdl-version major minor patchprocedure

Convenient function to check all the three components at once: evaluates to #t if the version is newer or equal to the version denoted by the major, minor and patch arguments, or to #f otherwise. This is analogous to the SDL_VERSION_ATLEAST in the C interface.