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

SDL_GetPointDisplayIndex

指定の位置を含むディスプレイ番号を得る

構文

int SDL_GetPointDisplayIndex(const SDL_Point * point)

引数

point調査する位置

戻り値

指定の位置を含むディスプレイ番号を戻す. 失敗のとき負の数のエラーコードを戻す. SDL_GetError()を呼んで詳細を知ることができる.

バージョン

SDL 2.24.0以降

関連項目(関数)

SDL_GetDisplayBounds
SDL_GetNumVideoDisplays

SDL Wikiへのリンク

SDL_GetPointDisplayIndex - SDL Wiki