Skip to content

Commit

Permalink
Added oculus buttons support
Browse files Browse the repository at this point in the history
  • Loading branch information
mdovgialo committed Jul 3, 2017
1 parent 69a2e95 commit a7af47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steam_vr_wheel/_virtualpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

BUTTONS = {}
BUTTONS['left'] = {openvr.k_EButton_ApplicationMenu: 3, openvr.k_EButton_Grip: 2, openvr.k_EButton_SteamVR_Touchpad: -1, # 4 5 6 7 8
openvr.k_EButton_SteamVR_Trigger: 1,
openvr.k_EButton_SteamVR_Trigger: 1, openvr.k_EButton_A: 17,
}
BUTTONS['right'] = {openvr.k_EButton_ApplicationMenu: 11, openvr.k_EButton_Grip: 10, openvr.k_EButton_SteamVR_Touchpad: -2, # 12 13 14 15 16
openvr.k_EButton_SteamVR_Trigger: 9,
openvr.k_EButton_SteamVR_Trigger: 9, openvr.k_EButton_A: 18
}

class LeftTrackpadAxisDisablerMixin:
Expand Down

0 comments on commit a7af47a

Please sign in to comment.