•  Back 
  •  AES structures 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File8.22.49  XDO_INF                                                   TOS

typedef struct
{
    SCANX *unsh;    /* Tables for non-[Shift] combinations   */
    SCANX *shift;   /* Tables for [Shift] combinations       */
    SCANX *ctrl;    /* Tables for [Control] combinations     */
    SCANX *alt;     /* Tables for [Alternate] combinations   */
    void  *resvd;   /* Reserved   */
} XDO_INF;

Note: This structure contains pointers to tables that assign to a 
scancode an object index of the dialog box. This makes it simple to 
service dialogs completely via the keyboard. The parameter resvd is 
reserved for future use, and must always be NULL.

See Also: About the AES   form_keybd   form_xdo   MagiC 
Scancode table