How can I tell the scrollbar or rather the viewport to scroll on the x axis using the mousewheel?
From the api of viewport I thought this should have worked:
`scrollbox.content.wheel = false
scrollbox.content.drag( {
direction: 'x',
wheel: true
})`
But it didn't, am I doing this all wrong? Can someone show me how to achieve this?
How can I tell the scrollbar or rather the viewport to scroll on the x axis using the mousewheel?
From the api of viewport I thought this should have worked:
`scrollbox.content.wheel = false
scrollbox.content.drag( {
direction: 'x',
wheel: true
})`
But it didn't, am I doing this all wrong? Can someone show me how to achieve this?