#pragma section-numbers off #pragma disable-camelcase = SDL_UnlockSurface = Use this function to release a surface after directly accessing the pixels. <> == Syntax == {{{#!highlight cpp void SDL_UnlockSurface(SDL_Surface* surface) }}} == Function Parameters == ||'''surface'''||the [[SDL_Surface]] structure to be unlocked|| == Code Examples == <> == Remarks == <> == Related Functions == .[[SDL_LockSurface]] ---- [[CategoryAPI]], [[CategorySurface]]