pub unsafe extern "C" fn SDL_GetScancodeName(
    scancode: SDL_Scancode
) -> *const c_char
Expand description

Get a human-readable name for a scancode.

Returns A pointer to the name for the scancode. If the scancode doesn’t have a name, this function returns an empty string (“”).