remove_keyboard(3alleg4) netbsd man page | unix.com

Man Page: remove_keyboard

Operating Environment: netbsd

Section: 3alleg4

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
poll_keyboard(3alleg4) - debian
install_keyboard(3alleg4) - centos
install_keyboard(3alleg4) - netbsd
install_keyboard(3alleg4) - linux
install_keyboard(3alleg4) - v7
Similar Topics in the Unix Linux Community
Vm versus physical linux server
RFC - Korn shell prompt
Make bold chars in UNIX
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD
Grep command to show the number of results