Variable MouseEvent._y

y coordinate of pointer

class MouseEvent
{
  // ...
  short _y;
  // ...
}