Exemple #1
0
    void Awake()
    {
        Application.RegisterLogCallback((a, b, c) => {
            str += a + b + c + "\n";
        });
        UnityKeyboardHelper.Init(UnityKeyboardHelper.MODE.RECV_PERC, null);

        UnityKeyboardHelper.SetTextChangeListener(OnEditChange);
    }
Exemple #2
0
 public void Hide()
 {
     UnityKeyboardHelper.Hide();
 }