Variable MouseEvent._x

x coordinate of pointer

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