Skip to content

Commit

Permalink
Small cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
mdovgialo committed Jul 1, 2020
1 parent 5d8d733 commit e4d3af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion steam_vr_wheel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
multibutton_trackpad_center_haptic=True, touchpad_always_updates=True, vertical_wheel=True,
joystick_updates_only_when_grabbed=False, joystick_grabbing_switch=False, edit_mode=False,
wheel_center=[0, -0.4, -0.35], wheel_size=0.55, wheel_grabbed_by_grip=True,
wheel_grabbed_by_grip_toggle=True, wheel_show_wheel = True, wheel_show_hands = True, wheel_degrees = 1440, wheel_centerforce = 30)
wheel_grabbed_by_grip_toggle=True, wheel_show_wheel=True, wheel_show_hands=True,
wheel_degrees=1440, wheel_centerforce=3)


class ConfigException(Exception):
Expand Down
4 changes: 0 additions & 4 deletions steam_vr_wheel/_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
from steam_vr_wheel.pyvjoy import HID_USAGE_X



FULLTURN = 4


def check_result(result):
if result:
error_name = openvr.VROverlay().getOverlayErrorNameFromEnum(result)
Expand Down

0 comments on commit e4d3af0

Please sign in to comment.