set-desk-size!

Name

set-desk-size! -- Sets the desk size to WIDTH, HEIGHT.

Synopsis

(set-desk-size! width height)

Description

Sets the desk size to width, height. Both numbers are given in units of the physical screen size. For example

(set-desk-size! 3 3)

creates a virtual world 9 times the size of the physical display.

Implementation Notes

Module: Built-in Primitive

Defined in src/deskpage.c at line 294 (CVS log)