Skip to content

Instantly share code, notes, and snippets.

@hansihe
Created November 12, 2015 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hansihe/90e2e613fb64e0cd61df to your computer and use it in GitHub Desktop.
Save hansihe/90e2e613fb64e0cd61df to your computer and use it in GitHub Desktop.
;koku-xinput-wine config, for more information see https://github.com/KoKuToru/koku-xinput-wine
XINPUT_GAMEPAD_LEFT_THUMB_X = A01
XINPUT_GAMEPAD_LEFT_THUMB_Y = A02*-1
XINPUT_GAMEPAD_RIGHT_THUMB_X = A04
XINPUT_GAMEPAD_RIGHT_THUMB_Y = A05*-1
XINPUT_GAMEPAD_DPAD_UP = H01&0x0001
XINPUT_GAMEPAD_DPAD_DOWN = H01&0x0004
XINPUT_GAMEPAD_DPAD_LEFT = H01&0x0008
XINPUT_GAMEPAD_DPAD_RIGHT = H01&0x0002
XINPUT_GAMEPAD_START = B08
XINPUT_GAMEPAD_BACK = B07
XINPUT_GAMEPAD_LEFT_THUMB = B10
XINPUT_GAMEPAD_RIGHT_THUMB = B11
XINPUT_GAMEPAD_LEFT_SHOULDER = B05
XINPUT_GAMEPAD_LEFT_SHOULDER2 = A03
XINPUT_GAMEPAD_RIGHT_SHOULDER = B06
XINPUT_GAMEPAD_RIGHT_SHOULDER2 = A06
XINPUT_GAMEPAD_A = B01
XINPUT_GAMEPAD_B = B02
XINPUT_GAMEPAD_X = B03
XINPUT_GAMEPAD_Y = B04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment