Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

Bildschirm

Examples
Programmteil wo_am_afang_gmacht_wird() bitte
  Feischtergroessi(Bildschirm.Feischterbreiti, Bildschirm.Feischterhoechi);
danke

Programmteil wo_immerwider_gmacht_wird() bitte
  Linie(0, 0, Bildschirm.Feischterbreiti, Bildschirm.Feischterhoechi);
danke
Description System variable which stores the dimensions of the computer Bildschirm. For example, if the current Bildschirm resolution is 1024x768, Bildschirm.Feischterbreiti is 1024 and Bildschirm.Feischterhoechi is 768. These dimensions are useful when exporting full-Bildschirm applications. To ensure that the sketch takes over the entire Bildschirm, use "Present" instead of "Run". Otherwise the window will still have a frame border around it and not be placed in the upper corner of the Bildschirm. On Mac OS X, the menu bar will remain present unless "Present" mode is used.
Syntax
Bildschirm.Feischterbreiti
Bildschirm.Feischterhoechi
Parameters
Usage Web & Application
Stefan Baltensperger 2009

Creative Commons License