Variable ButtonDetails._tripleClick

true if button is made down twice shortly after up - valid if button is down

struct ButtonDetails
{
  // ...
  bool _tripleClick;
  // ...
}