Type alias PointTopLeft

PointTopLeft: {
    left: number;
    top: number;
}

Type declaration

  • left: number

    The mouse left position in virtual screen coordinates

  • top: number

    The mouse top position in virtual screen coordinates

Generated using TypeDoc