pub unsafe extern "C" fn SDL_DelHintCallback(
    name: *const c_char,
    callback: SDL_HintCallback,
    userdata: *mut c_void
)
Expand description

Remove a function watching a particular hint

  • name The hint being watched
  • callback The function being called when the hint value changes
  • userdata A pointer being passed to the callback function