Skip to content

PointerAreaOverlay

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/overlays/PointerAreaOverlay.ts for the most up-to-date information.

Overview

Displays mouse and touch areas when they are customized. Expensive to display!

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class PointerAreaOverlay

import { PointerAreaOverlay } from 'scenerystack/scenery';

Constructor

new PointerAreaOverlay( display : Display, rootNode : Node )

Instance Methods

addShapes()

Source Code

See the source for PointerAreaOverlay.ts in the scenery repository.