Initial commit
This commit is contained in:
commit
cc60135105
7 changed files with 908 additions and 0 deletions
9
examples/config.toml
Normal file
9
examples/config.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# In-game sens in games like Quake
|
||||
sensitivity = 1.0
|
||||
# Amount of acceleration to apply
|
||||
accel = 0.03
|
||||
# Sensitivity scaling before acceleration
|
||||
pre_scale = 1.0
|
||||
# Sensitivity scaling after acceleration
|
||||
post_scale = 0.05
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue