Skip to content

Accessibility addon to help toggling between action cam.

License

Notifications You must be signed in to change notification settings

RaidcoreGG/MouseLookHandler

Repository files navigation

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.