KeyEventStruct.timestamp

uint timestamp() @property

Get timestamp field.

Returns

A timestamp in milliseconds indicating when the event occurred.

These timestamps are relative to a starting point which should be considered arbitrary, and only used to compare the dispatch times of events to one another.

void timestamp(uint propval) @property

Set timestamp field.

Parameters

propvalA timestamp in milliseconds indicating when the event occurred. These timestamps are relative to a starting point which should be considered arbitrary, and only used to compare the dispatch times of events to one another.