[Unity]Windows10のスクリーンキーボードを出す方法
方法
#if UNITY_STANDALONE_WIN
System.Diagnostics.Process.Start("osk.exe");
#endif
仕様
- タブレットモードがONの時のみ出現する
- キーボードが接続されている場合は出現しない
#if UNITY_STANDALONE_WIN
System.Diagnostics.Process.Start("osk.exe");
#endif
- タブレットモードがONの時のみ出現する
- キーボードが接続されている場合は出現しない
Author And Source
この問題について([Unity]Windows10のスクリーンキーボードを出す方法), 我々は、より多くの情報をここで見つけました https://qiita.com/rarudonet/items/baf54fb747f904e2aa2e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .