Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: mouse event config options #46

Merged
merged 1 commit into from
Dec 15, 2022
Merged

feat: mouse event config options #46

merged 1 commit into from
Dec 15, 2022

Conversation

JakeStanger
Copy link
Owner

Adds on_click_middle, on_click_right, on_scroll_up, on_scroll_down.

BREAKING CHANGE: on_click is now called on_click_left for consistency with new options.

Resolves #44.

Adds `on_click_middle`, `on_click_right`, `on_scroll_up`, `on_scroll_down`.

BREAKING CHANGE: `on_click` is now called `on_click_left` for consistency with new options.

Resolves #44.
@JakeStanger JakeStanger merged commit 8076412 into master Dec 15, 2022
@JakeStanger JakeStanger deleted the feat/mouse-events branch December 15, 2022 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add on_scroll event for widgets
1 participant