-
Notifications
You must be signed in to change notification settings - Fork 994
Windows scroll #50
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
Windows scroll #50
Conversation
Fantastic thanks! I'll try to take a look tonight. |
Should I also create a function for scrollMouseSmooth ? Just like the one for moveMouseSmooth ? |
eh not yet. I'm going to work on this now. |
Got Mac support in ded851c, I guess you should merge this into your fork? |
Also could we use this syntax:
I'll start on the Linux support now. |
Ok I will change it to the new format and then send a PR. Everything could be merged after that. |
Thanks a ton! Would you be interested in being the official Windows maintainer? I'm not sure what that means, but you'd at least be an official collaborator. |
Got scrollMouse implemented for Linux! Updated my branch. MMMouseWheelDirection is the same for all OSes, should we move it outside the conditionals? |
Yes the MMMouseWheelDirection can be moved out of the conditionals. I think this should be done once that part is done. You can merge it with your main stream. |
This code is actually giving me some issues on Windows XP:
I'm looking into it, but I thought I tested this code already. Did I break something @Deltatiger? |
@octalmage Is this still causing problems ? If so I will look into it, |
@Deltatiger yeah I wasn't able to figure it out. I feel like an include or library might be missing but I'm not really sure. |
@octalmage Will look into it tonight |
@octalmage I am not getting any errors in Windows 7. I am currently on your master branch. Is this only happening in Win XP or does it occur everywhere ? |
I've only tested in Windows XP, I'll look into it some more later. What version of Visual Studio are you using? — On Tue, Sep 22, 2015 at 10:37 AM, DeltaTiger notifications@github.com
|
I am using Visual Studio 2013. Compiling via node-gyp build |
Hmm, I'm using Visual Studio 2008, I couldn't get 2013 on XP. I think I'm going to comment out the Windows code for now so I can release a new version, until I can figure out what's wrong. |
Ok I will also check it out on a VM |
It doesn’t work on Windows XP. #50.
Added the windows part of the mouse scroll. Tested the basics and it works. The Mac and Linux parts need to be added and tested.
Check the feature and tell me if any changes are to be made.