mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Add tilde key toggle for auto-run
Pressing ~ toggles auto-run (continuous forward movement). Pressing W or S cancels it. Also cancelled on respawn/teleport.
This commit is contained in:
parent
c07989f524
commit
0e570fef96
2 changed files with 14 additions and 1 deletions
|
|
@ -158,6 +158,8 @@ private:
|
|||
bool xKeyWasDown = false;
|
||||
bool rKeyWasDown = false;
|
||||
bool runPace = false;
|
||||
bool autoRunning = false;
|
||||
bool tildeWasDown = false;
|
||||
|
||||
// Movement state tracking (for sending opcodes on state change)
|
||||
bool wasMovingForward = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue