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

add scroll wheel zoom functionality #250

Open
RangerMauve opened this issue Sep 24, 2023 · 0 comments
Open

add scroll wheel zoom functionality #250

RangerMauve opened this issue Sep 24, 2023 · 0 comments
Labels
electron Related to electron, might require fixes from upstream enhancement New feature or request

Comments

@RangerMauve
Copy link
Member

based on this tutorial here: https://www.geeksforgeeks.org/zoom-functionality-in-electronjs/

basically, whenever a window gets created we should attach the proper listeners for the zoom events and said the zoom level

a possible they should also be tested on a device that has a touch screen because I think the zoom there is already working

@RangerMauve RangerMauve added enhancement New feature or request electron Related to electron, might require fixes from upstream labels Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
electron Related to electron, might require fixes from upstream enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant