|
From: Marcos F. F. de B. <fa...@mp...> - 2012-02-11 19:40:44
|
> Is there a way to add code to make old QB45-compiled programs > aware of fdapm? > A simple INKEY$ sends the computer use from 3%-4% to 100% !!! If anyone has a similar question for Euphoria, the answer is to replace get_key() by wait_key(). The manual (library.doc) says: wait_key() lets the operating system do other useful work while your program is waiting for the user to press a key. Marcos -------------------------------------- Marcos Fávero Florence de Barros Campinas, Brazil |