WoW:CVar gxFixLag: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Created)
 
mNo edit summary
Line 1: Line 1:
{{cvar}}
This cvar is also known as '''Smooth Mouse''' and fixes issues where mouse reaction time is very delayed.  It also requires that [[CVar gxCursor|gxCursor]] (also known as '''Hardware Cursor''') is enabled as well.
This cvar is also known as '''Smooth Mouse''' and fixes issues where mouse reaction time is very delayed.  It also requires that [[CVar gxCursor|gxCursor]] (also known as '''Hardware Cursor''') is enabled as well.


Line 6: Line 7:


The first line enables Hardware Cursor, the 2nd line enables Smooth Mouse.
The first line enables Hardware Cursor, the 2nd line enables Smooth Mouse.
[[Category:Console variables|gxFixLag]]
[[Category:Console variables|gxFixLag]]

Revision as of 23:48, 19 September 2013

Console variables < gxFixLag

This cvar is also known as Smooth Mouse and fixes issues where mouse reaction time is very delayed. It also requires that gxCursor (also known as Hardware Cursor) is enabled as well.

To enable this cvar:

/console gxCursor 1
/console gxFixLag 1

The first line enables Hardware Cursor, the 2nd line enables Smooth Mouse.