Skip to content

NobodyForNothing/gamepad_mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

The controller's name needs to contain the word "gamepad" or "controller". If you need to change mouse speed, add a word unique to your controllers name or change other parameters, you can to recompile it with the constants on top of the main.rs file set.

Installation

Simply run the executable from the latest release on any Linux distro with X11. (Sorry windows and Mac users)

Runtime dependencies

You may have to install libxdo-dev. For example, on Debian-based distros:

apt-get install libxdo-dev

On Arch:

pacman -S xdotool

On Fedora:

dnf install libX11-devel libxdo-devel

On Gentoo:

emerge -a xdotool

Bindings

Controller_Bindings