love.window.getDisplayOrientation (日本語)
LÖVE 11.3 から使用可能 |
この関数は以前のバージョンでは非対応です。 |
現在のデバイスにおけるディスプレイの表示方向を取得します。
関数
概要
orientation = love.window.getDisplayOrientation( displayindex )
引数
number displayindex (nil)
- 表示方向を取得したいディスプレイのインデックス、または nil ならばデフォルトで指定されているディスプレイのインデックスから取得します。
返値
DisplayOrientation orientation
- 現在のデバイスにおけるディスプレイの表示方向。
関連