[ Previous | Next | Contents | Glossary | Home | Search ]
GL3.2 Version 4.1 for AIX: Programming Concepts

getscrmask Subroutine

The getscrmask subroutine returns the coordinates of the current screenmask in the parameters left, right, bottom, and top. The syntax is as follows:

void getscrmask(Screencoord *left, Screencoord *right,
                Screencoord *bottom, Screencoord *top)

[ Previous | Next | Contents | Glossary | Home | Search ]