QuickBASIC Libraries and Routines

DrawString Routine

DrawString uses pixel by pixel plotting to draw text using the BIOS font anywhere on the screen in any color with a transparent background. NOTE: Only works in Screen 13

iMultikey Routine

A FreeBASIC-like multikey routine for QuickBASIC written in x86 assembly by Mysoft. Track multiple keypresses independantly from each other. As a plus keeps all the original keyboard functions like INKEY$ and INPUT working.