mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
8 lines
138 B
Text
8 lines
138 B
Text
function "sensitivity" {
|
|
if ($argc == 1) {
|
|
echo $0 is $in_mouse_amp
|
|
return
|
|
}
|
|
in_mouse_amp $1
|
|
}
|
|
export sensitivity
|