pointer property
@en: The position of the mouse in the initial state.
@zh: 起始状态下,鼠标的位置
Implementation
final Vector2 pointer = Vector2.all((2 << 16) + 0.0);
@en: The position of the mouse in the initial state.
@zh: 起始状态下,鼠标的位置
final Vector2 pointer = Vector2.all((2 << 16) + 0.0);