Skip to content

Commit

Permalink
Update guiwindow.ui to reflect new Rumble FF Autofire behaviour (#9)
Browse files Browse the repository at this point in the history
When Autofire Enabled is ticked, along with the Rumble FF option, the rumble motor now follows expected behaviour and rumbles continuously as well. Solenoid timings are respected, so adjusting those adjust the rumble motor behaviour.
  • Loading branch information
lemmingDev authored Jul 4, 2024
1 parent 29f1d64 commit 97712c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guiwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<item>
<widget class="QCheckBox" name="autofireToggle">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set if solenoid full auto is enabled.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enable for continuous automatic solenoid feedback while trigger depressed.&lt;/p&gt;&lt;p&gt;Note that if &lt;span style=&quot; font-style:italic;&quot;&gt;Rumble FF&lt;/span&gt; is enabled, this option will provide continuous rumble motor feedback instead.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Autofire Enabled</string>
Expand Down

0 comments on commit 97712c6

Please sign in to comment.