Disable camera controls when editing in a textbox
jojorne opened this issue · 1 comments
jojorne commented
The vanilla code does something similar, for instance when you press Numpad 5 it doesn't reset the camera. But I guess this is KKAPI related issue.
jojorne commented
The text are added to:
ChaCustom.CustomBase.lstInputField as InputField
ChaCustom.CustomBase.lstTmpInputField as TMP_InputField
And if the controls have focus, the keyboard will be ignored in:
ChaCustom.CustomControl.Update()