#pragma section-numbers off #pragma disable-camelcase || DRAFT|| = SDL_HapticClose = Use this function to close a haptic device previously opened with [[SDL_HapticOpen]](). <> == Syntax == {{{#!highlight cpp void SDL_HapticClose(SDL_Haptic* haptic) }}} == Function Parameters == ||'''haptic'''||the SDL_Haptic device to close|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_HapticOpen]] ---- [[CategoryAPI]], [[CategoryForceFeedback]]