Efl.Input.Event.timestamp

Description

The time at which an event was generated.

If the event is generated by a server (eg. X.org or Wayland), then the time may be set by the server. Usually this time will be based on the monotonic clock, if available, but this class can not guarantee it.

Since 1.23

Values

  • ms - Time in milliseconds when the event happened.

Setter

Call this when generating events manually.

Since 1.23

Signature

@property timestamp @pure_virtual {
    get {}
    set {}
    values {
        ms: double;
    }
}

C signature

double efl_input_timestamp_get(const Eo *obj);
void efl_input_timestamp_set(Eo *obj, double ms);

Implemented by