KeyEventStruct.timestamp

Get timestamp field.

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

Return Value

Type: 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.