GenericDevelopper Posted January 28, 2020 Share Posted January 28, 2020 Hi fellow Phaser Friends. I'm trying to add an `onInputOver` to an input that has been disabled. myInput.onInputOver.add(over, this); //TRIED myInput.input.enabled = false; //AND myInput.inputEnabled = false; But as soon as my input is disabled in any way the over handler is never used. Any hints ? ty Link to comment Share on other sites More sharing options...
Recommended Posts