-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,17 @@ | ||
[![](https://discordapp.com/api/guilds/410828272679518241/widget.png?style=banner2)](https://discord.gg/Mvk7W7gjE4) | ||
[![](https://raidcore.gg/Resources/Images/Patreon.png)](https://www.patreon.com/bePatron?u=46163080) | ||
|
||
![](https://img.shields.io/github/license/RaidcoreGG/MouseLookHandler?style=for-the-badge&labelColor=%23131519&color=%230F79AA) | ||
![](https://img.shields.io/github/v/release/RaidcoreGG/MouseLookHandler?style=for-the-badge&labelColor=%23131519&color=%230F79AA) | ||
![](https://img.shields.io/github/downloads/RaidcoreGG/MouseLookHandler/total?style=for-the-badge&labelColor=%23131519&color=%230F79AA) | ||
![](https://img.shields.io/github/license/RaidcoreGG/GW2-SlashGG?style=for-the-badge&labelColor=%23131519&color=%230F79AA) | ||
![](https://img.shields.io/github/v/release/RaidcoreGG/MGW2-SlashGG?style=for-the-badge&labelColor=%23131519&color=%230F79AA) | ||
![](https://img.shields.io/github/downloads/RaidcoreGG/GW2-SlashGG/total?style=for-the-badge&labelColor=%23131519&color=%230F79AA) | ||
|
||
# MouseLookHandler | ||
Accessibility addon aiding with action cam and other little tweaks. | ||
# GW2-SlashGG | ||
Nexus addon to GG with the press of a button. | ||
|
||
Please direct suggestions on the [Raidcore Discord](https://discord.gg/raidcore) server. | ||
|
||
## Installation | ||
Install via the [Nexus](https://raidcore.gg/Nexus) Addon Library or download the latest `MouseLookHandler.dll` from the [Releases](https://github.com/RaidcoreGG/MouseLookHandler/releases) and place in `<Guild Wars 2>/addons` | ||
Install via the [Nexus](https://raidcore.gg/Nexus) Addon Library or download the latest `GW2-SlashGG.dll` from the [Releases](https://github.com/RaidcoreGG/GW2-SlashGG/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. | ||
- Adds a UI GG button. |