- GetCountry_iOS
int GetCountry_iOS(dxlib_d.DxDataType.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.DxDataType.TCHAR* PathBuffer, size_t PathBufferBytes)
アプリの外部データ保存用のディレクトリパスを取得する
- GetLanguage_iOS
int GetLanguage_iOS(dxlib_d.DxDataType.TCHAR* StringBuffer, int StringBufferSize)
- GetLibraryCachesDirPath
int GetLibraryCachesDirPath(dxlib_d.DxDataType.TCHAR* PathBuffer, size_t PathBufferBytes)
アプリのキャッシュファイル保存用のディレクトリパスを取得する
- GetLibraryPreferencesDirPath
int GetLibraryPreferencesDirPath(dxlib_d.DxDataType.TCHAR* PathBuffer, size_t PathBufferBytes)
- GetStateInputStringDialogBox
int GetStateInputStringDialogBox()
文字列入力ダイアログの処理が終わったかどうかを取得する
- GetTmpDirPath
int GetTmpDirPath(dxlib_d.DxDataType.TCHAR* PathBuffer, size_t PathBufferBytes)
アプリの一時ファイル保存用のディレクトリパスを取得する
- PlayVibration_iOS
int PlayVibration_iOS(int VibrationType)
振動を再生する
VibrationType = 振動の種類(IOS_VIBRATE_ONE_STRONG_LONGなど)
- StartInputStringDialogBox
int StartInputStringDialogBox(dxlib_d.DxDataType.TCHAR* StringBuffer, size_t StringBufferBytes, const(dxlib_d.DxDataType.TCHAR)* Title, const(dxlib_d.DxDataType.TCHAR)* Message, int IsBlock)
文字列入力ダイアログを出す
StringBuffer = 入力された文字列を代入するバッファの先頭アドレス
StringBufferBytes = 入力された文字列を代入するバッファのサイズ(単位:バイト)
Title = ダイアログのタイトル
Message = ダイアログのメッセージ
IsBlock = 入力が完了するまで関数から出てこないかどうか(1:入力が完了するまで関数から出てこない 0:ダイアログを表示したら関数から出てくる(入力完了のチェックはGetStateInputStringDialogBoxで行う))
- IOS_VIBRATE_ONE_MIDDLE_SHORT
enum IOS_VIBRATE_ONE_MIDDLE_SHORT;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IOS_VIBRATE_ONE_STRONG_LONG
enum IOS_VIBRATE_ONE_STRONG_LONG;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IOS_VIBRATE_ONE_WEAK_SHORT
enum IOS_VIBRATE_ONE_WEAK_SHORT;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IOS_VIBRATE_THREE_WEAK_SHORT
enum IOS_VIBRATE_THREE_WEAK_SHORT;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IOS_VIBRATE_TWO_STRONG_SHORT
enum IOS_VIBRATE_TWO_STRONG_SHORT;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IOS_VIBRATE_TWO_WEAK_SHORT
enum IOS_VIBRATE_TWO_WEAK_SHORT;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.