Raicuparta Posted October 29, 2015 Share Posted October 29, 2015 After defining onInputOver event, it seems like it is only called when the mouse is moved. For instance, if I just changed states and the mouse was already on top of the button, the even won't be triggered. Is there a way to manually force this check so it is triggered if the mouse is there? The only way I can think of is actually checking the mouse position but that's pretty dirty, I'd much prefer a cleaner alternative. EDIT:Actually just disregard this, I was blocking the input myself so it wasn't Phaser's fault. Link to comment Share on other sites More sharing options...
Recommended Posts