Skip to content

Scrolling sideways using a mousewheel #51

@IJsLauw

Description

@IJsLauw

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions