Mouse.x

x and y position of cursor

  1. int x;
    struct Mouse
    int x;
  2. int y;

Meta