InputMapping.Layer

A layer groups all mappings that share the same set of input event codes.

Members

Functions

opCmp
int opCmp(Layer other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bindings
Trigger[] bindings;

Keys and events on this layer. These binding are tested in reverse-order, so bindings that come last are tested first, giving them higher priority.

modifiers
InputEventCode[] modifiers;

Modifiers that have to be pressed for this layer to be checked.

Meta