Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The pointer object provides information about screen-input devices connected tot he to the player.

Code Block
languagejs
titlepointer IDL
collapsetrue
[
	GarbageCollected
] interface Pointer {
	Promise<bool> isMousePresent();
	Promise<bool> isMultiTouchPresent();
};

...