WoW:CVar gxFixLag: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page CVar gxFixLag to WoW:CVar gxFixLag without leaving a redirect)
 
(No difference)

Latest revision as of 04:48, 15 August 2023

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.