i’m working on a chat plugin based on discord, and using textboxes to send messages
unfortunately for me, theres seemingly no way to detect input inside dockwidgetpluginguis
this is a huge problem, since i need to detect if the player presses enter in a textbox inside a plugin widget, but since i can’t detect the input outside of the viewport theres no way to send the message
so, are there any workarounds or hacks or anything i could do to solve this? i’m 100% sure theres a way, since the wispy plugin did it