Variable ButtonDetails._upTs

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

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