Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 462 Bytes

ScreenToFront.md

File metadata and controls

32 lines (18 loc) · 462 Bytes

NAME

ScreenToFront -- Make the specified screen the frontmost.

SYNOPSIS

    ScreenToFront( Screen )
                   A0

    VOID ScreenToFront( struct Screen * );

Links: Screen Screen

FUNCTION

Brings the specified Screen to the front of the display.

INPUTS

Screen = a pointer to a Screen structure

RESULT None

BUGS

SEE ALSO

ScreenToBack