Hello, I’m developing a tool to enable Japanese input in VRChat.
It’s possible to send chat messages using OSC, but searching for Japanese worlds or users is not supported.
At the moment, I’m using WinAPI to simulate input. However, this approach is impractical.If the user clicks on the menu while sending text or if an event occurs on another controller, the input focus lost from the main menu, making text input impossible.
Could you consider providing a new way to send text via OSC or another method?
Additionally, if there is a way to prevent input focus from being lost, I would like to know about it as well.