Is there a simpe * way to create my own heir to InputEvent?
I'd like to catch, say, three separate JoypadMotion events, mark them handled and make an event "JoypadStateChange" to send all three axes as properties of one event.
*- I mean, no changes to the engine itself, just using GDScript or maybe GDNative.