Quote:
Originally Posted by cbk1994
This is the problem, but when I do this, it is very jumpy. I really need a way to just disable mouse wheel scrolling, but it doesn't seem possible.
|
When scripting my tile editor I had to draw the contents of the scroll manually (like so):
PHP Code:
function GuiControl.onScrolled(nx, ny, dx, dy) {
ShowImg1.drawimagerectangle(destination x,destination y, source image, source x, source y,width,height);
}
Not sure what you're using the scroll control for, but you could possibly do this.