{
zoom(
2
);
w h i l e (
1
)
{
m o u s e (&x,&y);
zcenter(x,y);
}
>
zcenter(x,y)
int x, y ;
{
union REGS in,out;
in.x.ax =
1
;
in.x.bx = x;
in.x.cx = y;
int
86
(zoom__int,&in,&out) ;
>
Function Code
AX = 2
Arguments
None
Description
Unzooms
the display and returns the window to its original
state•
Lattice C Example
#include<dos.h>
zoom__e n d ()
{
union REGS in,out;
in.x.ax = 2;
int86(zoom__int,&in,&out)
;
>
Report Zoom
Function Code
AX = 3
Arguments
None
Return
AX = zoom factor
Description
Returns the current zoom factor in the AX register.
-60-
Содержание Qtec VGA 1024
Страница 1: ......
Страница 2: ......
Страница 4: ......
Страница 8: ......
Страница 9: ...INSTALLATION ...
Страница 10: ......
Страница 33: ...SOFTWARE UTILITIES ...
Страница 34: ......
Страница 48: ......
Страница 49: ...SOFTWARE DRIVERS ...
Страница 50: ......
Страница 68: ......
Страница 69: ...FOR SOFTWARE DEVELOPERS ...
Страница 70: ......
Страница 104: ......
Страница 105: ...HARDWARE REFERENCE ...
Страница 106: ......
Страница 111: ...SERVICE ...
Страница 112: ......
Страница 118: ......
Страница 119: ......
Страница 120: ......
Страница 121: ......
Страница 122: ......
Страница 123: ......