Variable MouseEvent._eventTimestamp

timestamp of event

class MouseEvent
{
  // ...
  long _eventTimestamp;
  // ...
}