Skip to main content

SDL_SetWindowHitTest

Function SDL_SetWindowHitTest 

Source
pub unsafe extern "C" fn SDL_SetWindowHitTest(
    window: *mut SDL_Window,
    callback: SDL_HitTest,
    callback_data: *mut c_void,
) -> c_int
Expand description

Sets the hit test callback hit test user data for the window.