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

Split Interaction struct into platform dependent versions. #568

Open
zenangst opened this issue Mar 26, 2017 · 0 comments
Open

Split Interaction struct into platform dependent versions. #568

zenangst opened this issue Mar 26, 2017 · 0 comments

Comments

@zenangst
Copy link
Owner

I recently made a PR adding mouseClick to Interaction. This does not make sense to have on any other platform than macOS. I suggest that we add one Interaction struct per platform so that we can tailor them to the platform it belongs to.

We could also go with preprocessors but I would strongly urge against those things as they quickly just are really hard to maintain.

Reference PR #567

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant