Ok so #RPGMakerMV sprites do capture mousemove event. It& #39;s just the mousedown and mouseup aren& #39;t working. Looks like that& #39;s the issue I need to figure out in order to drag my bugcat sprite around.
Setting breakpoints on browser events to see what actually gets fired is quite useful https://stackoverflow.com/questions/44153225/mousedown-event-in-pixi-doesnt-get-triggered-with-creative-pen">https://stackoverflow.com/questions...
The Graphics class ( #RPGMakerMV specific) does capture the mouse down event. It seems the TouchInput class is the one that captures the mouse up event. Does TouchInput basically eat the event and not let anyone else know about it?
TouchInput does seem to be getting all of thse good stuff like mouse wheel, mouse clicks, mouse movement...so why aren& #39;t other sprites getting it?
Ok I found this thread on RMWebs forums lol and they basically solved the problem. It was related to some canvases??? https://forums.rpgmakerweb.com/index.php?threads/bind-mouse-event-to-pixi-object.95301/">https://forums.rpgmakerweb.com/index.php...