[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+----------+###############################################################
#+-| KEY_BIOS |---------------------------------------------------+###########
#| +----------+ Initializes the FORCE runtime library to use BIOS |###########
#+----------------------------------------------------------------+###########
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#|     #INCLUDE io.hdr     |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |--------------------------+#####################################
#|     PROCEDURE key_bios PROTOTYPE     |#####################################
#+--------------------------------------+#####################################
##############################################################################
##############################################################################
##########+---| Description |--------------------------------------+##########
##########| The key_bios procedure initializes the FORCE runtime   |##########
##########| library routines to use the BIOS calls to get keyboard |##########
##########| input.  The BIOS keyboard driver is the default system |##########
##########| for FORCE.                                             |##########
##########+--------------------------------------------------------+##########
##############################################################################
##############################################################################
###########+---| Design |------------------------------------------+##########
###########| The FORCE library contains replaceable drivers for    |##########
###########| screen and keyboard i/o.  FORCE library contains two  |##########
###########| standard libraries for keyboard input.  key_bios      |##########
###########| retrieves keys from BIOS while key_dos retrieves keys |##########
###########| from DOS.  Use key_bios when speed, size and dBASE    |##########
###########| compatibility is important.  Use key_dos when a       |##########
###########| program requires DOS redirection or piping.           |##########
###########+-------------------------------------------------------+##########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Set keyboard input to go through BIOS.              |#########
#########|                                                          |#########
#########| DO key_bios                                              |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: key_dos scrn_bios scrn_direct scrn_dos
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson