runningActions property

Map<int, InputEvent> runningActions
final

The running actions. Mutable for performance reasons. Event Id -> Event

Implementation

final Map<int, InputEvent> runningActions;