GmodGeneralConsole reference
Mouse
Mouse input and sensitivity settings.
Mouse
Mouse input and sensitivity settings.
This is a reference of all m_* console commands. Use find m in the console to search within this category.
All Commands (13)
| Command | Default | Description |
|---|---|---|
m_customaccel | 0 | Custom mouse acceleration: 0: custom accelaration disabled 1: mouse_acceleration = min(m_customac... |
m_customaccel_exponent | 1 | Mouse move is raised to this power before being scaled by scale factor. |
m_customaccel_max | 0 | Max mouse move scale factor, 0 for no limit |
m_customaccel_scale | 0 | Custom mouse acceleration value. |
m_filter | 0 | Mouse filtering (set this to 1 to average the mouse over 2 frames). |
m_forward | 1 | Mouse forward factor. |
m_mouseaccel1 | 0 | Windows mouse acceleration initial threshold (2x movement). |
m_mouseaccel2 | 0 | Windows mouse acceleration secondary threshold (4x movement). |
m_mousespeed | 1 | Windows mouse acceleration (0 to disable, 1 to enable [Windows 2000: enable initial threshold], 2... |
m_pitch | 0 | Mouse pitch factor. |
m_rawinput | 1 | Use Raw Input for mouse input. |
m_side | 0 | Mouse side factor. |
m_yaw | 0 | Mouse yaw factor. |