8000 GitHub - BNO1GLEAM/EPPT: A simple, self-contained Windows tool to display and toggle "Enhanced Pointer Precision" a.k.a. mouse acceleration.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ EPPT Public
forked from nefarius/EPPT

A simple, self-contained Windows tool to display and toggle "Enhanced Pointer Precision" a.k.a. mouse acceleration.

License

Notifications You must be signed in to change notification settings

BNO1GLEAM/EPPT

 
 

Repository files navigation

Enhance Pointer Precision Tool

MSBuild GitHub all releases

A simple, self-contained Windows tool to display and toggle "Enhanced Pointer Precision" a.k.a. mouse acceleration.

About

This little tool was birthed during an FPS gaming session where we tested different mouse settings and quickly realized that a lot of mouse configuration software (like iCUE from CORSAIR) likes to silently turn mouse acceleration on which distorts the aim feel in games like Quake Champions. This option is buried somewhere deep within Windows' nonsensical UI so I made this tool for it. It's deliberately kept minimal; just a modal window with a checkbox that represents the current state and lets you toggle it.

Screenshots

EPPT_ohWuHUA6P8.png

Command Line Switches

You can toggle acceleration on and off from the command line (autostart) if you like as follows; disable:

.\EPPT.exe --disable --exit

And enable:

.\EPPT.exe --enable --exit

If you omit the --exit switch the main window will get displayed.

Register in Autostart

The following sequence registers the tool in the current user's autostart, disables acceleration and then exits without creating a window:

.\EPPT.exe -r --with-disable --with-exit -a

Unregister from Autostart

The following sequence removes the tool from the current user's autostart and then exits without creating a window:

.\EPPT.exe -u -a

3rd party credits

About

A simple, self-contained Windows tool to display and toggle "Enhanced Pointer Precision" a.k.a. mouse acceleration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.2%
  • C 4.8%
0