19 [Header(
"Keyboard Settings")]
28 private const float KeyBoardPositionOffset = 0.045f;
35 base.OnPointerClick(eventData);
37 if (!TouchScreenKeyboard.isSupported)
42 if (KeyboardSpawnPoint != null)
44 Keyboard.
Instance.RepositionKeyboard(KeyboardSpawnPoint, null, KeyBoardPositionOffset);
48 Keyboard.
Instance.RepositionKeyboard(transform, null, KeyBoardPositionOffset);
61 private void Keyboard_OnTextUpdated(
string newText)
70 private void Keyboard_OnClosed(
object sender, EventArgs e)