#pragma section-numbers off #pragma camelcase off || DRAFT|| = SDL_HapticOpenFromMouse = Use this function to try to open a haptic device from the current mouse. <> == Syntax == {{{#!highlight cpp SDL_Haptic* SDL_HapticOpenFromMouse(void) }}} == Return Value == Returns the haptic device identifier or NULL on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Version == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_HapticOpen]] .[[SDL_MouseIsHaptic]] ---- [[CategoryAPI]], [[CategoryForceFeedback]]