Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 15 - desqview 2.x - pushkey - put key into keyboard input stream http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - DESQview 2.x - "PUSHKEY" - PUT KEY INTO KEYBOARD INPUT STREAM
        AX = DE10h
        BH = scan code
        BL = character
Return: nothing
Notes:  a later read will get the keystroke as if it had been typed by the user
        multiple pushes are read last-in first-out
        if a script exists for the pushed key in the current application, the
          script will be executed
        early copies of DV 2.00 destroy AX, BX, ES, and DI
SeeAlso: INT 16/AH=05h

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