-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix: LastActive stale report / added functionality #9
base: main
Are you sure you want to change the base?
Fix: LastActive stale report / added functionality #9
Conversation
Great, this is exactly what I was looking for, I'm kind of new to this github pull request world, when will this bugfix be available? Or if it is already available where can I download the updated version? best regards and apologies if this is not the place to ask this. Great work |
Yea pretty awesome :) I'll be publishing a beta soon which'll contain this PR, so if you want to help out, check You'll get an update notification as soon as I publish the beta. Let us know if something's not working as it should, so we can have everything smoothened out for the final release :) |
I really apreciate to hear that, thank you very much for your quick response, im going to activate now, i will give feedback when i recive the update, Great work guys this project is amazing! :D |
@LAB02-Admin I'd like to give this a try. Is the beta released yet? |
This PR:
To be specific, following checks are made (in order):
If they all pass mouse is repositioned to generate the event.
By default the behaviour stays the same to preserve the compatibility and because from the practical standpoint the sensor is working correctly - reporting last "user input".
This implementation repurposes default "round" UI controls for simplicity sake, not a clean solution but will work for now :)
Note: for some reason Visual Studio replaced web encoded quotes/apostrophes with normal ones. I couldn't spot an issue with it but if required I can replace them manually I think.