GA_layout

Declaration

typedef struct {
    N_uint32    left;
    N_uint32    top;
    N_uint32    right;
    N_uint32    bottom;
    } GA_layout

Prototype In

snap/graphics.h

Description

Structure used to determine the layout in multi-controller modes. The layout is defined as adajacent rectangles for each device, and should be set up using the multi-controller setup program.

Members

left

Left coordinate for layout rectangle

top

Top coordinate for layout rectangle

right

Right coordinate for layout rectangle

bottom

Bottom coordinate for layout rectangle

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com