目次 - API(機能別) - センサー - SDL_SensorGetDeviceNonPortableType

SDL_SensorGetDeviceNonPortableType

センサーの環境に依存した種類を得る. この関数はセンサーを開く前に呼ぶことができる

構文

SDL_SensorType SDL_SensorGetDeviceNonPortableType(int device_index)

引数

device_index調査するセンサーの番号

戻り値

環境に依存したセンサーの種類. device_indexが範囲外のときは-1を戻す.

バージョン

SDL 2.0.9以降

SDL Wikiへのリンク

SDL_SensorGetDeviceNonPortableType - SDL Wiki