public static void SetGuideText(ref KeyboardConfig pOutKeyboardConfig, string pStr) { }
public static void SetGuideTextUtf8(ref KeyboardConfig pOutKeyboardConfig, byte[] pStr) { }
public static void SetRightOptionalSymbolKeyUtf8(ref KeyboardConfig pOutKeyboardConfig, byte[] code) { }
public static void SetHeaderText(ref KeyboardConfig pOutKeyboardConfig, string pStr) { }
public static void MakePreset(ref KeyboardConfig pOutKeyboardConfig, Preset preset) { }
public static void SetRightOptionalSymbolKey(ref KeyboardConfig pOutKeyboardConfig, char code) { }
public static extern void SetGuideTextUtf8(ref KeyboardConfig pOutKeyboardConfig, [In] byte[] pStr);
public static void InitializeKeyboardConfig(ref KeyboardConfig pOutKeyboardConfig) { }
public static extern void SetRightOptionalSymbolKeyUtf8(ref KeyboardConfig pOutKeyboardConfig, [In] byte[] code);
public static extern void SetGuideText(ref KeyboardConfig pOutKeyboardConfig, [In] string pStr);
public static extern void SetLeftOptionalSymbolKey(ref KeyboardConfig pOutKeyboardConfig, char code);
public static extern void InitializeKeyboardConfig(ref KeyboardConfig pOutKeyboardConfig);
public static extern void SetLeftOptionalSymbolKey(ref KeyboardConfig pOutKeyboardConfig, char code); // 0x00AEE680-0x00AEE720 public static extern void SetLeftOptionalSymbolKeyUtf8(ref KeyboardConfig pOutKeyboardConfig, in byte[] code); // 0x00AEE720-0x00AEE7C0
public static extern void InitializeKeyboardConfig(ref KeyboardConfig pOutKeyboardConfig); // 0x00AEE540-0x00AEE5D0 public static extern void MakePreset(ref KeyboardConfig pOutKeyboardConfig, Preset preset); // 0x00AEE5D0-0x00AEE670
private static extern Result ShowKeyboard([In, Out] byte[] pOutResultString, long bufSize, ShowKeyboardArg showKeyboardArg); // 0x00AEE280-0x00AEE350 public static extern void InitializeKeyboardConfig(ref KeyboardConfig pOutKeyboardConfig); // 0x00AEE540-0x00AEE5D0