repeat property

bool repeat
final

Whether this is a repeated down event.

When a key is held down, the systems usually fire a down event and then a series of repeated down events. The repeat is false for the first event and true for the following events.

The repeat attribute is always false for RawKeyUpEvents.

Implementation

final bool repeat;