phaserlover Posted August 9, 2018 Share Posted August 9, 2018 Hi! I was wondering how to get the mouse wheel event? Does phaser have anything special, or I should use the normal javascript event? I was looking at https://photonstorm.github.io/phaser3-docs/Phaser.Input.InputPlugin.html but they don't list the events available. I wonder where can I see the list of events that the scene.input emits. Took a quick look at https://github.com/photonstorm/phaser/blob/v3.11.0/src/input/InputPlugin.js but doesn't seem to have any list of events, must come from some other file... ? I used phaser 2 a few years ago, now I'm back to use phaser 3. I'm still disappointed with how hard is to get started with anything, most likely because of the docs (slow, confusing and incomplete). I really appreciate the effort of phaser, but really disappointed with the docs/api. I'm developing software for +10 years, and I never had to deal with something like this. Link to comment Share on other sites More sharing options...
jorbascrumps Posted August 9, 2018 Share Posted August 9, 2018 This isn't currently supported as discussed here and here. As for documentation, I don't think anyone will deny that it's incomplete but there are plenty of resources available in the labs, Slack, Discord, and right here on the forums. Link to comment Share on other sites More sharing options...
phaserlover Posted August 10, 2018 Author Share Posted August 10, 2018 Thanks. Anyway, there are no notifications on this blog? I didn't receive any notification on my profile about your answer. Link to comment Share on other sites More sharing options...
jorbascrumps Posted August 11, 2018 Share Posted August 11, 2018 You're welcome. Checkout the notifications settings in the header or select to be notified of replies when you start a topic/ reply to one. Link to comment Share on other sites More sharing options...
Recommended Posts