Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson