wanhuz / dropout

Jack-of-all trade script to stream game using Steam Big Picture while using PC at the same time.
GNU General Public License v3.0
0 stars 0 forks source link

Make all Joy key able to activate game #11

Open wanhuz opened 2 years ago

wanhuz commented 2 years ago

This is difficult to implement as AutoHotkey does not provide hook for every Joy key. I could technically implements loop check through GetKeyState for every joy key, but it could lead to bad performance. There's also input lag to think of.

For now, this is low-priority until I can think of way to implement it safely.

wanhuz commented 2 years ago

In the end, I think sticking with AutoHotkey default joykey is much safer than trying to force it through GetKeyState or using another virtual controller to simulate joy keypress (which is pain).

This means I will be implementing other joy key that is provided by AHK to be able to activate game.