Quote:
Originally Posted by Tigairius
PHP Code:
function Control.onScrolled(newx, newy, deltax, deltay) {
GuiScrollCtrl.scrollto(int, int);
}
and create your own scrolling functionality.
|
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.