[][src]Function fermium::SDL_GetScancodeName

pub unsafe extern "C" fn SDL_GetScancodeName(scancode: Type) -> *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