Variable ButtonDetails._downY

y coordinates of down event

struct ButtonDetails
{
  // ...
  short _downY;
  // ...
}