Skip to content

EventIO

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/input/EventIO.js for the most up-to-date information.

Overview

IOType for a self.Event. Since this needs to support any data from any subtype of self.Event, we supply NullableIO attributes for the union of different supported subtypes. The subtypes are listed at https://developer.mozilla.org/en-US/docs/Web/API/Event

@author Michael Kauzmann (PhET Interactive Simulations) @author Chris Klusendorf (PhET Interactive Simulations) @author Sam Reid (PhET Interactive Simulations)

Source Code

See the source for EventIO.js in the scenery repository.