v7 man page for remove_keyboard

Query: remove_keyboard

OS: v7

Section: 3alleg4

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

remove_keyboard(3alleg4)					  Allegro manual					  remove_keyboard(3alleg4)

NAME
remove_keyboard - Removes the Allegro keyboard handler. SYNOPSIS
#include <allegro.h> void remove_keyboard(); DESCRIPTION
Removes the keyboard handler, returning control to the operating system. You don't normally need to bother calling this, because alle- gro_exit() will do it for you. However, you might want to call this during runtime if you want to change the keyboard mapping on those platforms were keyboard mappings are needed. You would first modify the configuration variable holding the keyboard mapping and then rein- stall the keyboard handler. Example: remove_keyboard(); /* Switch to Spanish keyboard mapping. */ set_config_string("system", "keyboard", "es"); install_keyboard(); SEE ALSO
install_keyboard(3alleg4), allegro_exit(3alleg4), set_config_string(3alleg4) Allegro version 4.4.2 remove_keyboard(3alleg4)
Related Man Pages
install_keyboard(3alleg4) - debian
install_keyboard(3alleg4) - mojave
install_keyboard(3alleg4) - opendarwin
install_keyboard(3alleg4) - x11r4
install_keyboard(3alleg4) - freebsd
Similar Topics in the Unix Linux Community
Goto - UNIX v6 Manual Questions
[Tip] HACMP 7.1.3 and DB/2-Installation
Need help to compile and create python64 bit (2.7.9) on Solaris10
Required libs to compile libXft
Bash - here document on RHEL 6.8 and 6.9 servers aren't working