dragStopBlocksInputUp : boolean
If enabled, when the Sprite stops being dragged, it will only dispatch the onDragStop
event, and not the onInputUp
event. If set to false
it will dispatch both events.
- Source code: input/InputHandler.js (Line 187)
Please login to continue.