Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.53 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.53 KB

MouseLookHandler

Accessibility addon aiding with action cam and other little tweaks.

Please direct suggestions on the Raidcore Discord server.

Installation

Install via the Nexus Addon Library or download the latest MouseLookHandler.dll from the Releases and place in <Guild Wars 2>/addons

Features

  • Automatically enable action cam while moving.
  • Automatically enable action cam while in combat.
  • Automatically enable action cam while mounted.
  • Reroute left-/right-click to another button while action cam is on. E.g. right-click to dodge.
  • Reset cursor to center after action cam.
  • Hold down a specific key to temporarily disable action cam.

How it works

Using the Mumble API to keep track of whether the player is moving or mounted. Hooking WndProc to intercept inputs and then sending different inputs.