The keyboard event that triggered the processor.
This field contains the key that was pressed, the key code, and other information. So if you're building an input processor that needs to know what key was pressed, you can access that information here.
Whether the processor handled the event.
When true
is returned, the event is not propagated to other processors.
Generated using TypeDoc
Input Processor Arguments
The arguments passed to an InputProcessor.
Please see Processors for more information.