8000 GitHub - realvalked/Abs-C: Use your touchpad/touchscreen stylus to play osu! on Linux (C version)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

realvalked/Abs-C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Abs-C

Setup and compilation

sudo apt install libx11-dev
cd (Wherever you saved Abs-C to)
make

Or simply run the binary!

Configuration

Add your user to the input group

sudo gpasswd -a user input
OR
sudo useradd -g user input

Place abs-c.ini into ~/.config/

Config options

Custom Area

These values are relative to the center of the touchpad/screen and are measured in percent:

x_scale_pct_min: Left edge

x_scale_pct_max: Right Edge

y_scale_pct_min: Top edge

y_scale_pct_max: Bottom edge

Other options

keep_ratio: Enable/Disable Ratio Compensation (Similar to "Keep aspect ratio" on monitors)

use_pen: Use an active stylus on a compatible touchscreen tablet, instead of the touchpad

Usage

If playing on osu!Lazer, disable High Precision Mouse (and Fullscreen, if on Wayland) within Lazer's settings.

Add your user to the input group:

sudo usermod –a –G input $USER

Run with:

./abs-c

About

Use your touchpad/touchscreen stylus to play osu! on Linux (C version)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.7%
  • Makefile 1.3%
0