.\" Generated by the Allegro makedoc utility .TH adime_scancode_to_pretty_name 3 "version 2.2.1" "Adime" "Adime API Reference" .SH NAME adime_scancode_to_pretty_name .SH SYNOPSIS .B #include .sp .B char *adime_scancode_to_pretty_name(int scancode, char *buf) .SH DESCRIPTION The result from `adime_scancode_to_short_name()\' is sometimes an abbreviation and may contain underscores. You may want to use this function instead if you are going to display the result for the user: it returns more user-friendly strings. .SH SEE ALSO .BR adime_scancode_to_short_name (3), .BR adime_short_name_to_scancode (3)