HandleDownListener¶
Overview¶
A type of listener that absorbs all 'down' events, not letting it bubble further to ancestor node listeners.
NOTE: This does not call abort(), so listeners that are added to the same Node as this listener will still fire normally.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class HandleDownListener¶
Instance Methods¶
down( event )¶
Scenery input callback to absorb down events. @public
@param {SceneryEvent} event
Source Code¶
See the source for HandleDownListener.js in the scenery repository.