mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-01 06:50:59 +00:00
8 lines
143 B
Text
8 lines
143 B
Text
function "sensitivity" {
|
|
if ($argc == 1) {
|
|
echo "\"", $0, "\" is \"", $in_mouse_amp, "\""
|
|
return
|
|
}
|
|
in_mouse_amp $1
|
|
}
|
|
export sensitivity
|