Disable Mouse Scroll Wheel on textfields
2 Feb / 10
In the project I am currently working on I got textfields that scrolled when I used the mouse wheel. To avoid this you simple disable the mouse for the textfield.
textfield.mouseEnabled = false;
Related posts:






Post a comment