When working with Script#, I often utilize mouse events using the ElementEvent
argument. However, one thing seems to be missing - the WheelDelta
property for handling the onmousewheel
event. Can anyone provide guidance on how to access this property in this context?