Example #1
0
        public static Result ShowKeyboard(StringBuilder pOutResultString, ShowKeyboardArg showKeyboardArg, bool suspendUnityThreads)
        {
#if UNITY_SWITCH && ENABLE_IL2CPP
            if (suspendUnityThreads)
            {
                UnityEngine.Switch.Applet.Begin();
                Result result = ShowKeyboard(pOutResultString, GetByteSize(pOutResultString), showKeyboardArg);
                UnityEngine.Switch.Applet.End();
                return(result);
            }
#endif
            return(ShowKeyboard(pOutResultString, GetByteSize(pOutResultString), showKeyboardArg));
        }
Example #2
0
        public static Result ShowKeyboard(byte[] pOutResultString, ShowKeyboardArg showKeyboardArg, bool suspendUnityThreads)
        {
#if UNITY_SWITCH && ENABLE_IL2CPP
            if (suspendUnityThreads)
            {
                UnityEngine.Switch.Applet.Begin();
                Result result = ShowKeyboard(pOutResultString, pOutResultString.LongLength, showKeyboardArg);
                UnityEngine.Switch.Applet.End();
                return(result);
            }
#endif
            return(ShowKeyboard(pOutResultString, pOutResultString.LongLength, showKeyboardArg));
        }
Example #3
0
 public static extern void SetInitialText(ref ShowKeyboardArg pOutShowKeyboardArg, [In] string pStr);
Example #4
0
 public static Result ShowKeyboard(StringBuilder pOutResultString, ShowKeyboardArg showKeyboardArg) => default;                           // 0x00AEE350-0x00AEE460
 public static Result ShowKeyboard(byte[] pOutResultString, ShowKeyboardArg showKeyboardArg) => default;                                  // 0x00AEE460-0x00AEE540
Example #5
0
 public static Result ShowKeyboard(StringBuilder outResultString, ShowKeyboardArg showKeyboardArg)
 {
     return(new Result());
 }
Example #6
0
 public static extern void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, int userWordNum, [MarshalAs(UnmanagedType.U1)] bool useTextCheck);
Example #7
0
 public static extern void Destroy(ref ShowKeyboardArg pOutShowKeyboardArg);
Example #8
0
 public static void SetInitialTextUtf8(ref ShowKeyboardArg pOutShowKeyboardArg, byte[] pStr)
 {
 }
Example #9
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg)
 {
     Initialize(ref pOutShowKeyboardArg, false, false);
 }
Example #10
0
 public static void Destroy(ref ShowKeyboardArg pOutShowKeyboardArg)
 {
 }
Example #11
0
 public static extern void SetTextCheckCallback(ref ShowKeyboardArg pOutShowKeyboardArg, [In] TextCheckCallback pCallback);
Example #12
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, bool useDirectory, bool useTextCheck)
 {
 }
Example #13
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, int userWordNum, bool useTextCheck)
 {
 }
Example #14
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg)
 {
 }
Example #15
0
 public static void SetTextCheckCallback(ref ShowKeyboardArg pOutShowKeyboardArg, TextCheckCallback pCallback)
 {
 }
Example #16
0
 public static void SetUserWordList(ref ShowKeyboardArg pOutShowKeyboardArg, UserWord[] pUserWord, int userWordNum)
 {
 }
Example #17
0
 public static extern void SetInitialTextUtf8(ref ShowKeyboardArg pOutShowKeyboardArg, [In] byte[] pStr);
Example #18
0
 public static extern void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, [MarshalAs(UnmanagedType.U1)] bool useDirectory, [MarshalAs(UnmanagedType.U1)] bool useTextCheck);
Example #19
0
 public static extern void SetUserWordList(ref ShowKeyboardArg pOutShowKeyboardArg, [In] UserWord[] pUserWord, int userWordNum);
Example #20
0
 public static void SetInitialText(ref ShowKeyboardArg pOutShowKeyboardArg, string pStr)
 {
 }
Example #21
0
 public static extern void SetCustomizedDictionaries(ref ShowKeyboardArg pOutShowKeyboardArg, CustomizedDictionarySet dicSet);
Example #22
0
 public static Result ShowKeyboard(StringBuilder pOutResultString, ShowKeyboardArg showKeyboardArg)
 {
     return(ShowKeyboard(pOutResultString, GetByteSize(pOutResultString), showKeyboardArg));
 }
Example #23
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, bool useDirectory)
 {
     Initialize(ref pOutShowKeyboardArg, useDirectory, false);
 }
Example #24
0
 public static Result ShowKeyboard(byte[] pOutResultString, ShowKeyboardArg showKeyboardArg)
 {
     return(ShowKeyboard(pOutResultString, pOutResultString.LongLength, showKeyboardArg));
 }
Example #25
0
 public static Result ShowKeyboard(byte[] outResultString, ShowKeyboardArg showKeyboardArg)
 {
     return(new Result());
 }
Example #26
0
 private static extern Result ShowKeyboard([In, Out] StringBuilder pOutResultString, long bufSize, ShowKeyboardArg showKeyboardArg);
Example #27
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, int userWordNum)
 {
     Initialize(ref pOutShowKeyboardArg, userWordNum, false);
 }
Example #28
0
 private static extern Result ShowKeyboard([In, Out] byte[] pOutResultString, long bufSize, ShowKeyboardArg showKeyboardArg);
Example #29
0
 public static Result ShowKeyboard(byte[] outResultString, ShowKeyboardArg showKeyboardArg, bool suspendUnityThreads)
 {
     return(new Result());
 }
Example #30
0
 public static Result ShowKeyboard(byte[] pOutResultString, ShowKeyboardArg showKeyboardArg, bool suspendUnityThreads) => default;        // 0x00AEE0E0-0x00AEE280
 public static Result ShowKeyboard(StringBuilder pOutResultString, ShowKeyboardArg showKeyboardArg) => default;                           // 0x00AEE350-0x00AEE460