What it is?
I'm making a NativeRenderingWidget and couldn't find how to use the mouse wheel because I was looking through intellisense for anything with Mouse in it but didn't find OnWheel until I decided to scroll through the entire intellisense list.
What should it be?
It should be OnMouseWheel so it's the same as all the other OnMouseX functions
What it is?
I'm making a NativeRenderingWidget and couldn't find how to use the mouse wheel because I was looking through intellisense for anything with
Mousein it but didn't findOnWheeluntil I decided to scroll through the entire intellisense list.What should it be?
It should be
OnMouseWheelso it's the same as all the otherOnMouseXfunctions