// Mouse Tweaks addon
// Some optional mouse tweaks that arguably improve mouse input
m_filter 0 // Do not average mouse input over two frames, more responsive mouse input
m_mousespeed 0 // Disable Windows mouse acceleration (-noforcemspd)
m_mouseaccel1 0 // ^ (-noforcemaccel)
m_mouseaccel2 0 // ^ (-noforcemaccel)
m_rawinput 1 // Use raw input from mouse
zoom_sensitivity_ratio 0.7934714 // Use same sensitivity as when unscoped
echo "Mouse Tweaks addon applied"
this is everything for the mouse tweaks add on right?