You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I recently made a PR adding
mouseClick
toInteraction
. This does not make sense to have on any other platform thanmacOS
. I suggest that we add oneInteraction
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
The text was updated successfully, but these errors were encountered: