Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Analog input nothing happen! #55

Open
atlightsun opened this issue Jun 17, 2021 · 1 comment
Open

Analog input nothing happen! #55

atlightsun opened this issue Jun 17, 2021 · 1 comment

Comments

@atlightsun
Copy link

only button keys can be work
xbox.console.gamepad_input(GamePadButton.DPadUp) # works good
xbox.console.gamepad_input(GamePadButton.A) # works good

xbox.console.gamepad_input(GamePadButton.Clear,l_trigger=0xff) # nothing to do...
xbox.console.gamepad_input(GamePadButton.Clear,l_trigger=0xffff) # nothing to do...
xbox.console.gamepad_input(GamePadButton.Clear,l_trigger=0xffffff) # nothing to do...

need some help about Analog keys format .

@atlightsun
Copy link
Author

xbox.console.gamepad_input(GamePadButton.Clear,l_trigger=0.01) # nothing to do...
xbox.console.gamepad_input(GamePadButton.Clear,l_trigger=0.5) # nothing to do...
xbox.console.gamepad_input(GamePadButton.Clear,l_trigger=0.99) # nothing to do...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant