Exemplo n.º 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));
        }
Exemplo n.º 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));
        }
Exemplo n.º 3
0
 public static extern void SetInitialText(ref ShowKeyboardArg pOutShowKeyboardArg, [In] string pStr);
Exemplo n.º 4
0
 public static Result ShowKeyboard(StringBuilder pOutResultString, ShowKeyboardArg showKeyboardArg) => default;                           // 0x00AEE350-0x00AEE460
 public static Result ShowKeyboard(byte[] pOutResultString, ShowKeyboardArg showKeyboardArg) => default;                                  // 0x00AEE460-0x00AEE540
Exemplo n.º 5
0
 public static Result ShowKeyboard(StringBuilder outResultString, ShowKeyboardArg showKeyboardArg)
 {
     return(new Result());
 }
Exemplo n.º 6
0
 public static extern void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, int userWordNum, [MarshalAs(UnmanagedType.U1)] bool useTextCheck);
Exemplo n.º 7
0
 public static extern void Destroy(ref ShowKeyboardArg pOutShowKeyboardArg);
Exemplo n.º 8
0
 public static void SetInitialTextUtf8(ref ShowKeyboardArg pOutShowKeyboardArg, byte[] pStr)
 {
 }
Exemplo n.º 9
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg)
 {
     Initialize(ref pOutShowKeyboardArg, false, false);
 }
Exemplo n.º 10
0
 public static void Destroy(ref ShowKeyboardArg pOutShowKeyboardArg)
 {
 }
Exemplo n.º 11
0
 public static extern void SetTextCheckCallback(ref ShowKeyboardArg pOutShowKeyboardArg, [In] TextCheckCallback pCallback);
Exemplo n.º 12
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, bool useDirectory, bool useTextCheck)
 {
 }
Exemplo n.º 13
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, int userWordNum, bool useTextCheck)
 {
 }
Exemplo n.º 14
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg)
 {
 }
Exemplo n.º 15
0
 public static void SetTextCheckCallback(ref ShowKeyboardArg pOutShowKeyboardArg, TextCheckCallback pCallback)
 {
 }
Exemplo n.º 16
0
 public static void SetUserWordList(ref ShowKeyboardArg pOutShowKeyboardArg, UserWord[] pUserWord, int userWordNum)
 {
 }
Exemplo n.º 17
0
 public static extern void SetInitialTextUtf8(ref ShowKeyboardArg pOutShowKeyboardArg, [In] byte[] pStr);
Exemplo n.º 18
0
 public static extern void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, [MarshalAs(UnmanagedType.U1)] bool useDirectory, [MarshalAs(UnmanagedType.U1)] bool useTextCheck);
Exemplo n.º 19
0
 public static extern void SetUserWordList(ref ShowKeyboardArg pOutShowKeyboardArg, [In] UserWord[] pUserWord, int userWordNum);
Exemplo n.º 20
0
 public static void SetInitialText(ref ShowKeyboardArg pOutShowKeyboardArg, string pStr)
 {
 }
Exemplo n.º 21
0
 public static extern void SetCustomizedDictionaries(ref ShowKeyboardArg pOutShowKeyboardArg, CustomizedDictionarySet dicSet);
Exemplo n.º 22
0
 public static Result ShowKeyboard(StringBuilder pOutResultString, ShowKeyboardArg showKeyboardArg)
 {
     return(ShowKeyboard(pOutResultString, GetByteSize(pOutResultString), showKeyboardArg));
 }
Exemplo n.º 23
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, bool useDirectory)
 {
     Initialize(ref pOutShowKeyboardArg, useDirectory, false);
 }
Exemplo n.º 24
0
 public static Result ShowKeyboard(byte[] pOutResultString, ShowKeyboardArg showKeyboardArg)
 {
     return(ShowKeyboard(pOutResultString, pOutResultString.LongLength, showKeyboardArg));
 }
Exemplo n.º 25
0
 public static Result ShowKeyboard(byte[] outResultString, ShowKeyboardArg showKeyboardArg)
 {
     return(new Result());
 }
Exemplo n.º 26
0
 private static extern Result ShowKeyboard([In, Out] StringBuilder pOutResultString, long bufSize, ShowKeyboardArg showKeyboardArg);
Exemplo n.º 27
0
 public static void Initialize(ref ShowKeyboardArg pOutShowKeyboardArg, int userWordNum)
 {
     Initialize(ref pOutShowKeyboardArg, userWordNum, false);
 }
Exemplo n.º 28
0
 private static extern Result ShowKeyboard([In, Out] byte[] pOutResultString, long bufSize, ShowKeyboardArg showKeyboardArg);
Exemplo n.º 29
0
 public static Result ShowKeyboard(byte[] outResultString, ShowKeyboardArg showKeyboardArg, bool suspendUnityThreads)
 {
     return(new Result());
 }
Exemplo n.º 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