mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
7 lines
127 B
Text
7 lines
127 B
Text
alias "sensitivity" {
|
|
if #{$argn == 1} {
|
|
echo "\"$0\" is \"$in_mouse_amp\""
|
|
return
|
|
}
|
|
in_mouse_amp $1
|
|
}
|