KeyEventStruct.timestamp

Set timestamp field.

  1. uint timestamp [@property getter]
  2. uint timestamp [@property setter]
    class KeyEventStruct
    @property
    void
    timestamp
    (
    uint propval
    )

Parameters

propval uint

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.