Function sdl2_sys::SDL_GetScancodeName [] [src]

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

\brief Get a human-readable name for a scancode.

\return A pointer to the name for the scancode. If the scancode doesn't have a name, this function returns an empty string ("").

\sa SDL_Scancode