pointer property

Vector2 pointer
final

@en: The position of the mouse in the initial state.

@zh: 起始状态下,鼠标的位置

Implementation

final Vector2 pointer = Vector2.all((2 << 16) + 0.0);