Question
MouseWheel in fullscreen mode
There is a problem with mouse wheel event in fullscreen mode and Chrome browser.
Standard code such as stage.addEventListener(MouseEvent.MOUSE_WHEEL, onMouseWheel) doesn't work at all when you turn on fullscreen mode.
It seems to be broken in all chromium based browsers after they have been updated to latest versions.
Is there any way to fix it?
