1 CAPI Reference Entries

convert-to-screen

Function

Summary

Theconvert-to-screen function finds the appropriate screen for a CAPI object.

Syntax

convert-to-screen &optional object

Description

This finds the appropriate screen for the CAPI object object. If object isnil it returns the default screen, and if it is a number n it returns the nth screen.

Examples

(capi:convert-to-screen)

Assuming you have a second screen, you can access it using:

(capi:convert-to-screen 1)

See Also

screen


CAPI Reference Manual, Liquid Common Lisp Version 5.0 - 3 OCT 1997

Generated with Harlequin WebMaker