Variable ButtonDetails._downX

x coordinates of down event

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