loover Posted March 26, 2017 Share Posted March 26, 2017 How to dispatch InputDown event (signal)? Link to comment Share on other sites More sharing options...
3ddy Posted March 28, 2017 Share Posted March 28, 2017 If you have object.events.onInputDown.add( someFunction, this ); Then you can just object.events.onInputDown.dispatch(); If you want, you can add parameters to dispatch Link to comment Share on other sites More sharing options...
loover Posted March 28, 2017 Author Share Posted March 28, 2017 Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts