Index of Module orientation - part-cw/lambdanative GitHub Wiki
orientation
Module:Access device orientation
Functions in this module:
Function | Short Description |
---|---|
(orientation-portrait?) | Returns #t device in portrait orientation. Corresponds to GUI_PORTRAIT or GUI_UPSIDEDOWN |
(orientation-landscape?) | Returns #t device in landscape orientation. Corresponds to GUI_LANDSCAPE or GUI_SEASCAPE |
(orientation-inverted?) | Returns #t device if device is inverted. Corresponds to GUI_SEASCAPE or GUI_UPSIDEDOWN |