Skip to content

Commit

Permalink
Merge pull request #2 from domdavis/v1.2.1
Browse files Browse the repository at this point in the history
Fix issue where mouse was still controlling head look
  • Loading branch information
domdavis committed Mar 11, 2015
2 parents 442423f + 356a05b commit 0ce10e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ With the exception of the PDF all the files contained in this project are text f

## Changelog

### Version 1.2.1

* Remove mouse axis from head look so mouse head look off is now honoured

### Version 1.2.0

Improvements for the 1.2 release:
Expand Down
6 changes: 3 additions & 3 deletions config/Custom.binds
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@
<Secondary Device="{NoDevice}" Key="" />
</HeadLookPitchDown>
<HeadLookPitchAxisRaw>
<Binding Device="Mouse" Key="Mouse_YAxis" />
<Inverted Value="1" />
<Binding Device="{NoDevice}" Key="" />
<Inverted Value="0" />
<Deadzone Value="0.00000000" />
</HeadLookPitchAxisRaw>
<HeadLookYawLeft>
Expand All @@ -523,7 +523,7 @@
<Secondary Device="{NoDevice}" Key="" />
</HeadLookYawRight>
<HeadLookYawAxis>
<Binding Device="Mouse" Key="Mouse_XAxis" />
<Binding Device="{NoDevice}" Key="" />
<Inverted Value="0" />
<Deadzone Value="0.00000000" />
</HeadLookYawAxis>
Expand Down

0 comments on commit 0ce10e7

Please sign in to comment.