Mouse scroll + combo ?
-
Do we have the ability to use the mouse scroll to change the value of a combo box? If so, I can't find it anywhere.
-
@Dan-Korneff you might be able to put an invisible panel over it and call the mousewheel event from that
-
@iamlamprey Do panels have a mouse wheel event?
-
Attach a broadcaster?
-
@d-healey i thought they did but the docs called me dumb and laughed at me when i searched for it
-
@Christoph-Hart Is there some hidden way to attach mouse scroll to the broadcaster?
I'm only seeing these events:"clicked": false, "doubleClick": false, "rightClick": false, "mouseUp": false, "mouseDownX": 80, "mouseDownY": 16, "x": 80, "y": 16, "shiftDown": false, "cmdDown": false, "altDown": false, "ctrlDown": false, "hover": false, "insideDrag": 0, "drag": false, "isDragOnly": false, "dragX": 0, "dragY": 0