pointer property

Access the pointer (mouse or touch info) instance of the owner SceneController, Only available when SceneConfig.usePointer is true.

Implementation

PointerManager? get pointer {
  return scene.core.pointer;
}