Eusth / HoneySelectVR

MIT License
109 stars 28 forks source link

Some Animations Not Controlled By Trackpad #18

Closed kideternal closed 7 years ago

kideternal commented 7 years ago

~20% of the animations can't be started/controlled via trackpad. Corner masturbation, or dildo usage, for instance. Weird.

Eusth commented 7 years ago

In my experience, these issues might be due to the focus being on the wrong object. At least I've been more succesful after clicking somewhere on the GUI in the menu tool.

The problem seems to be that I'm literally simulating the scrollwheel and the messages fail to arrive where they should.

The clean way to do it would be accessing the speed variable directly. The only problem with that is that the Illusion devs have a different idea of what's clean code and decided to decentralize that part. I'll look into it though.

kideternal commented 7 years ago

Yeah, it's definitely focus-related. I experimented some more, and if it's not working you can usually get it to work again by toggling a button on/off. My guess is their mousewheel action is sending to a specific control. Just need to figure out what that is and do the same.

kideternal commented 7 years ago

This appears to be fixed. Thanks, Eusth!