目次 - API(機能別) - ディスプレイとウィンドウ - SDL_GetDisplayOrientation

SDL_GetDisplayOrientation

ディスプレイの方向を得る

構文

SDL_DisplayOrientation SDL_GetDisplayOrientation(int displayIndex)

引数

displayIndexディスプレイの番号

戻り値

SDL_DisplayOrientationの値を戻す. 得られなかったときSDL_ORIENTATION_UNKNOWNを戻す.

バージョン

SDL 2.0.9以降

関連項目(関数)

SDL_GetNumVideoDisplays

SDL Wikiへのリンク

SDL_GetDisplayOrientation - SDL Wiki