Input Processor Arguments

The arguments passed to an InputProcessor.

Please see Processors for more information.

Hierarchy

  • InputProcessorArgs

Properties

Properties

The keyboard event that triggered the processor.

Remarks

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.

handled: boolean

Whether the processor handled the event.

When true is returned, the event is not propagated to other processors.

Generated using TypeDoc