This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Description
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 .