Skip to content

Index of Module orientation

fungiblecog edited this page Nov 21, 2016 · 1 revision

Module: orientation

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
Clone this wiki locally