[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 62 u - FGDRIVER v1.10 - "FG_INTJOY" - GET KEYCODES CORRESP TO JOYSTICK POS
        AX = 0079h
        CX = joystick number (0001h or 0002h)
        ES:BX -> variable pointer record (see below)
Notes:  if the indicated joystick has not been initialized with AX=0075h, both
          the button code and joystick position will be set to 00h
        if either button is pressed, a button code of 0Dh is returned;
          otherwise, a button code of 00h is returned
SeeAlso: AX=0075h,AX=0078h

Format of variable pointer record:
Offset  Size    Description
 00h    WORD    segment of BYTE buffer for button code
 02h    WORD    offset of BYTE buffer for button code
 04h    WORD    segment of BYTE buffer for joystick position
 06h    WORD    offset of BYTE buffer for joystick position

See Also: 62006F
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson