v7 man page for scancode_to_name

Query: scancode_to_name

OS: v7

Section: 3alleg4

Links: v7 man pages | All man pages

Forums: Unix Linux Community | Forum Categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

scancode_to_name(3alleg4)					  Allegro manual					 scancode_to_name(3alleg4)

NAME
scancode_to_name - Converts a scancode to a key name. Allegro game programming library. SYNOPSIS
#include <allegro.h> const char *scancode_to_name(int scancode); DESCRIPTION
This function returns a string pointer containing the name of they key with the given scancode. This is useful if you e.g. let the user choose a key for some action, and want to display something more meaningful than just the scancode. Example: char const *keyname = scancode_to_name(scancode); allegro_message("You pressed the %s key.", keyname); SEE ALSO
scancode_to_ascii(3alleg4), exkeys(3alleg4) Allegro version 4.4.2 scancode_to_name(3alleg4)
Related Man Pages
exkeys(3alleg4) - debian
keyboard_ucallback(3alleg4) - debian
exkeys(3alleg4) - mojave
exkeys(3alleg4) - php
exkeys(3alleg4) - plan9
Similar Topics in the Unix Linux Community
The efficiency between GREP and SED???
Need to add prefix using sed or awk from cat the file
Sort by values in the 1st row, leaving first four coulumns untouched
Cyber Dystopia Teaser (720 HD)
Bash - here document on RHEL 6.8 and 6.9 servers aren't working