dxlib_d.dxfunctionios

Undocumented in source.

Members

Aliases

DEVICEMOTIONINFO_IOS
alias DEVICEMOTIONINFO_IOS = .tagDEVICEMOTIONINFO_IOS

Undocumented in source.

Functions

GetCountry_iOS
int GetCountry_iOS(dxlib_d.dxdatatypeios.TCHAR* StringBuffer, int StringBufferSize)

端末に設定されている国を取得する

GetDeviceMotionInfo_iOS
int GetDeviceMotionInfo_iOS(.DEVICEMOTIONINFO_IOS* DeviceMotionInfo)

モーションセンサーの情報を取得する

GetDisplayResolution_iOS
int GetDisplayResolution_iOS(int* SizeX, int* SizeY)

ディスプレイの解像度を取得する

GetDocumentsDirPath
int GetDocumentsDirPath(dxlib_d.dxdatatypeios.TCHAR* PathBuffer, size_t PathBufferBytes)

アプリの外部データ保存用のディレクトリパスを取得する

GetLanguage_iOS
int GetLanguage_iOS(dxlib_d.dxdatatypeios.TCHAR* StringBuffer, int StringBufferSize)

端末に設定されている言語を取得する

GetLibraryCachesDirPath
int GetLibraryCachesDirPath(dxlib_d.dxdatatypeios.TCHAR* PathBuffer, size_t PathBufferBytes)

アプリのキャッシュファイル保存用のディレクトリパスを取得する

GetLibraryPreferencesDirPath
int GetLibraryPreferencesDirPath(dxlib_d.dxdatatypeios.TCHAR* PathBuffer, size_t PathBufferBytes)

アプリのデータ保存用のディレクトリパスを取得する

GetStateInputStringDialogBox
int GetStateInputStringDialogBox()

文字列入力ダイアログの処理が終わったかどうかを取得する

GetTmpDirPath
int GetTmpDirPath(dxlib_d.dxdatatypeios.TCHAR* PathBuffer, size_t PathBufferBytes)

アプリの一時ファイル保存用のディレクトリパスを取得する

PlayVibration_iOS
int PlayVibration_iOS(int VibrationType)

振動を再生する VibrationType = 振動の種類( IOS_VIBRATE_ONE_STRONG_LONG など )

StartInputStringDialogBox
int StartInputStringDialogBox(dxlib_d.dxdatatypeios.TCHAR* StringBuffer, size_t StringBufferBytes, const(dxlib_d.dxdatatypeios.TCHAR)* Title, const(dxlib_d.dxdatatypeios.TCHAR)* Message, int IsBlock)

文字列入力ダイアログを出す StringBuffer = 入力された文字列を代入するバッファの先頭アドレス StringBufferBytes = 入力された文字列を代入するバッファのサイズ( 単位:バイト ) Title = ダイアログのタイトル Message = ダイアログのメッセージ IsBlock = 入力が完了するまで関数から出てこないかどうか( 1:入力が完了するまで関数から出てこない 0:ダイアログを表示したら関数から出てくる( 入力完了のチェックは GetStateInputStringDialogBox で行う ) )

Manifest constants

IOS_VIBRATE_ONE_MIDDLE_SHORT
enum IOS_VIBRATE_ONE_MIDDLE_SHORT;

Undocumented in source.

IOS_VIBRATE_ONE_STRONG_LONG
enum IOS_VIBRATE_ONE_STRONG_LONG;

Undocumented in source.

IOS_VIBRATE_ONE_WEAK_SHORT
enum IOS_VIBRATE_ONE_WEAK_SHORT;

Undocumented in source.

IOS_VIBRATE_THREE_WEAK_SHORT
enum IOS_VIBRATE_THREE_WEAK_SHORT;

Undocumented in source.

IOS_VIBRATE_TWO_STRONG_SHORT
enum IOS_VIBRATE_TWO_STRONG_SHORT;

Undocumented in source.

IOS_VIBRATE_TWO_WEAK_SHORT
enum IOS_VIBRATE_TWO_WEAK_SHORT;

Undocumented in source.

Structs

tagDEVICEMOTIONINFO_IOS
struct tagDEVICEMOTIONINFO_IOS

Undocumented in source.

Meta