#1, by johnmTuesday, 19. November 2024, 19:01 4 months ago
I am wanting to capture keyboard events in an ObjectBehaviour. I see that there is a MouseEvent() override but no KeyboardEvent(). The only place I see to handle this, at least with Ilios, is from within GameBehaviour. I can make this solution work however I'm hoping to keep this contained to an ObjectBehaviour if possible.