Variable ButtonDetails._downTs

Clock.currStdTime() for down event of this button (0 if button is up).

struct ButtonDetails
{
  // ...
  long _downTs;
  // ...
}