aardappel / procrastitracker

a Windows time tracking application
http://strlen.com/procrastitracker/
510 stars 54 forks source link

Away timer is not reseting by x360 controller #39

Open Tidro opened 6 years ago

Tidro commented 6 years ago

I think it's important issue for games.

aardappel commented 6 years ago

I agree that would be good to add!

Not sure if it is possible though. For mouse and keyboard we use a global input hook, since normally only the active window (i.e. not PT) receives inputs. Not sure if the same is possible for game controllers.

nuzayets commented 6 years ago

@aardappel, per our conversation in the PR, please provide feedback on this fix if you're able: https://github.com/nuzayets/procrastitracker/tree/xinput-activity-detection

aardappel commented 6 years ago

@nuzayets can you make that into a PR? easier to review that way since its 3 commits