-
Notifications
You must be signed in to change notification settings - Fork 219
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
Build from source code #248
Comments
Or maybe it would be easier if you implement feature by yourself) Rawaccel now uses mouse speed as input. In GUI it will probably be:
I guess there will be some difficulties in implementing as your callbacks should be called not only on mouse movement but every x milliseconds too. |
Hello, Multiple things here: "wrapper/input.h probably misses "#include " "I want to contribute. What is the right way to build and debug driver?"
You will then need to build the entire solution. Before running installer.exe and restarting, you need to make sure that testsigning is enabled, which may be as simple as running a bcdedit command or may require BIOS edits. (This is the step that I would guess you have missed.) "I want rawaccel to use mouse distance offset from some point as input (similar to joystick)." |
Thank you! It works with testsigning. I used those links:
Center point is where mouse was when driver started (or when feature was enabled). Only way for user to change center point is to pick mouse up |
Hi!
When I build from source code and run installer.exe my mouse stops working after reboot (debug build X64; uninstaller.exe fixes).
Also file wrapper/input.h probably misses "#include <string>"
I want to contribute. What is the right way to build and debug driver?
The text was updated successfully, but these errors were encountered: