채팅 메시지창이 가상 패드가 활성화되어있지 않을 경우, 하단에 배치되도록 수정
This commit is contained in:
parent
b537f305b3
commit
863633bc08
|
|
@ -23,7 +23,9 @@ public class MobileKeyboardHandlerBottomPivot : MonoBehaviour
|
||||||
|
|
||||||
void OnInputSelected(string text)
|
void OnInputSelected(string text)
|
||||||
{
|
{
|
||||||
|
#if !UNITY_EDITOR
|
||||||
StartCoroutine(MoveInputAboveKeyboard());
|
StartCoroutine(MoveInputAboveKeyboard());
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnInputDeselected(string text)
|
void OnInputDeselected(string text)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue