Control the wheel

I wish to implement a few controls but find a hard time finding the controls

scroll the wheel - I want to detect when the mouse wheel is scrolled.

I looked at the forum and found this topic


but the project no longer exist and anyway it only refers to the editor

    this.app.mouse.on(pc.EVENT_MOUSEWHEEL, function (event) {
        console.log(event.wheel);
    }, this);